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
commit f5a46ef0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:",