Merge pull request #163 from samueldr/factoids/stateVersion

factoids: Adds !stateVersion
This commit is contained in:
Graham Christensen 2018-05-03 21:48:40 -04:00 committed by GitHub
commit 42fb9e0686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,4 @@
"!tofu" = "To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected."
"!unfree" = "You cannot install your unfree software? See https://nixos.wiki/wiki/FAQ/unfree"
"!notfound" = "nix-env -qaP does not show the package you are looking for but you are sure it should be there? Check out https://nixos.wiki/wiki/FAQ/notfound"
"!stateVersion" = "Do not update `system.stateVersion`. See https://nixos.wiki/wiki/FAQ/stateVersion for details."