Update nix eval --help msg to not include deprecated command

This commit is contained in:
kraem 2019-11-03 18:47:28 +01:00
parent 06f9364e5f
commit dcd7a26063
No known key found for this signature in database
GPG Key ID: 965CB0F7020C50BE
1 changed files with 1 additions and 1 deletions

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