From 9889a92d8250cab092d27fdc55ca27e7c28618da Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 21 Apr 2018 18:22:48 -0400 Subject: [PATCH] factoids: Adds !stateVersion --- factoids.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/factoids.toml b/factoids.toml index 9e4470b..f0337e1 100644 --- a/factoids.toml +++ b/factoids.toml @@ -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."