* Get rid of nix-pack-closure / nix-unpack-closure, they're redundant.

This commit is contained in:
Eelco Dolstra 2008-11-18 14:43:40 +00:00
parent 3f4ed681c2
commit fa791116a3
8 changed files with 7 additions and 298 deletions

View file

@ -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 &lt; closure</literal>.</para></listitem>
</itemizedlist>
</section>