about summary refs log tree commit diff
path: root/src/nix-env/help.txt
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-04-26T14·20+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-04-26T14·20+0000
commitb7f0f65c1934851b038826b2ab78c0378a36143a (patch)
tree3712f11db4838e8ba0ce898d71244982b60b028d /src/nix-env/help.txt
parent5dc05b76ab88a332521a777d6a42974b3f432f02 (diff)
* nix-env -q now has a flag --prebuilt-only (-b<) that causes nix-env
  to show only those derivations whose output is already in the Nix
  store or that can be substituted (i.e., downloaded from somewhere).
  In other words, it shows the packages that can be installed “quickly”,
  i.e., don’t need to be built from source.

Diffstat (limited to 'src/nix-env/help.txt')
-rw-r--r--src/nix-env/help.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt
index 534d16ad3c56..16e47a73e3ac 100644
--- a/src/nix-env/help.txt
+++ b/src/nix-env/help.txt
@@ -45,7 +45,12 @@ Upgrade flags:
   --eq: "upgrade" if the current version is equal
   --always: upgrade regardless of current version
 
-Query types:
+Query sources:
+
+  --installed: use installed derivations (default)
+  --available / -a: use derivations available in Nix expression
+
+Query flags:
 
   --status / -s: print installed/present status
   --no-name: hide derivation names
@@ -55,11 +60,8 @@ Query types:
   --compare-versions / -c: compare version to available or installed
   --drv-path: print path of derivation
   --out-path: print path of derivation output
-
-Query sources:
-
-  --installed: use installed derivations (default)
-  --available / -a: use derivations available in Nix expression
+  --prebuilt-only: only show derivations whose prebuilt binaries are
+      available on this machine or are downloadable
 
 Options: