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 /doc | |
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 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index c702fb45aaf6..46c540b8789d 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -92,7 +92,8 @@ 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.</para></listitem> + source. TODO: flag is also available in nix-env -i / + -u.</para></listitem> <listitem><para>TODO: new built-ins |