forked from lix-project/lix
Merge pull request #3202 from kraem/master
Update nix eval --help msg to not include deprecated command
This commit is contained in:
commit
f5a46ef0b1
|
@ -41,7 +41,7 @@ struct CmdEval : MixJSON, InstallableCommand
|
||||||
},
|
},
|
||||||
Example{
|
Example{
|
||||||
"To get the current version of Nixpkgs:",
|
"To get the current version of Nixpkgs:",
|
||||||
"nix eval --raw nixpkgs.lib.nixpkgsVersion"
|
"nix eval --raw nixpkgs.lib.version"
|
||||||
},
|
},
|
||||||
Example{
|
Example{
|
||||||
"To print the store path of the Hello package:",
|
"To print the store path of the Hello package:",
|
||||||
|
|
Loading…
Reference in a new issue