Merge pull request #3202 from kraem/master

Update nix eval --help msg to not include deprecated command
This commit is contained in:
Eelco Dolstra
2019-11-04 09:34:30 +01:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ struct CmdEval : MixJSON, InstallableCommand
},
Example{
"To get the current version of Nixpkgs:",
"nix eval --raw nixpkgs.lib.nixpkgsVersion"
"nix eval --raw nixpkgs.lib.version"
},
Example{
"To print the store path of the Hello package:",