diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-10-29T14·31+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-10-29T14·31+0000 |
commit | bfea7b1f3514e4b3b4fd094969de92efa46c415d (patch) | |
tree | 3352b981264e23abdd04f707f139e2719103e884 /src/nix-env/help.txt | |
parent | 0b95603595511db693378404b0f84d4033030dec (diff) |
* Make the `--prebuilt-only' / `-b' option work not just for queries
but installations/upgrades as well. So `nix-env -ub \*' will upgrade only those packages for which a substitute is available (or to be precise, it will upgrade each package to the highest version for which a substitute is available).
Diffstat (limited to 'src/nix-env/help.txt')
-rw-r--r-- | src/nix-env/help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index f2201c575ea2..e0697be88ab6 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -63,8 +63,6 @@ Query flags: --out-path: print path of derivation output --description: print description --meta: print all meta attributes (only with --xml) - --prebuilt-only: only show derivations whose prebuilt binaries are - available on this machine or are downloadable Options: @@ -74,3 +72,5 @@ Options: --keep-failed / -K: keep temporary directories of failed builds --preserve-installed: do not replace currently installed versions in `-i' --system-filter SYSTEM: only use derivations for specified platform + --prebuilt-only / -b: only use derivations whose prebuilt binaries are + available on this machine or are downloadable |