diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-18T14·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-18T14·43+0000 |
commit | fa791116a35479bd295f5666c8d35fba60e0c98d (patch) | |
tree | 8b0ec403ac381b15dffaf61ef04fe0a8b221cfe7 /doc/manual/release-notes.xml | |
parent | 3f4ed681c2e16ab7a73e31835a6a7e29d5857dd7 (diff) |
* Get rid of nix-pack-closure / nix-unpack-closure, they're redundant.
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 112ffabd7013..b64e2025c452 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -47,6 +47,13 @@ <listitem><para><command>nix-prefetch-url</command> now supports <literal>mirror://</literal> URLs.</para></listitem> + <listitem><para>Removed the commands + <command>nix-pack-closure</command> and + <command>nix-unpack-closure</command>. You can do almost the same + thing but much more efficiently by doing <literal>nix-store --export + $(nix-store -qR <replaceable>paths</replaceable>) > closure</literal> and + <literal>nix-store --import < closure</literal>.</para></listitem> + </itemizedlist> </section> |