diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-04-26T14·20+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-04-26T14·20+0000 |
commit | b7f0f65c1934851b038826b2ab78c0378a36143a (patch) | |
tree | 3712f11db4838e8ba0ce898d71244982b60b028d /doc | |
parent | 5dc05b76ab88a332521a777d6a42974b3f432f02 (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 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 4830b323efba..e5d0adf74bef 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -74,6 +74,15 @@ <option>--set-flag</option>.</para></listitem> + <listitem><para><command>nix-env -q</command> now has a flag + <option>--prebuilt-only</option> (<option>-b</option>) that causes + <command>nix-env</command> 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.</para></listitem> + + <listitem><para>TODO: new built-ins <function>builtins.attrNames</function>, <function>builtins.filterSource</function>, |