diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-04 09:34:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 09:34:30 +0100 |
commit | f5a46ef0b1d76d32238f76ab8253f0d2d9fc72c9 (patch) | |
tree | 1380fc9ac0408e786d9773aed8b9d6f0dd2621d5 /src/nix | |
parent | 8ec1b1e7b84969ae8c2063573d33c99895c59380 (diff) | |
parent | dcd7a260639c5130368e5969a34aa9bb2365df17 (diff) |
Merge pull request #3202 from kraem/master
Update nix eval --help msg to not include deprecated command
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/eval.cc b/src/nix/eval.cc index b7058361c..daefea757 100644 --- a/src/nix/eval.cc +++ b/src/nix/eval.cc @@ -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:", |