From bfea7b1f3514e4b3b4fd094969de92efa46c415d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 29 Oct 2007 14:31:45 +0000 Subject: * 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). --- doc/manual/release-notes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index c702fb45aa..46c540b878 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. + source. TODO: flag is also available in nix-env -i / + -u. TODO: new built-ins -- cgit 1.4.1