forked from lix-project/lix
Update nix eval --help msg to not include deprecated command
This commit is contained in:
parent
06f9364e5f
commit
dcd7a26063
|
@ -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:",
|
||||
|
|
Loading…
Reference in a new issue