diff options
Diffstat (limited to 'doc/manual/nix-unpack-closure.xml')
-rw-r--r-- | doc/manual/nix-unpack-closure.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/manual/nix-unpack-closure.xml b/doc/manual/nix-unpack-closure.xml deleted file mode 100644 index dce0d1db43fa..000000000000 --- a/doc/manual/nix-unpack-closure.xml +++ /dev/null @@ -1,42 +0,0 @@ -<refentry xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude"> - -<refmeta> - <refentrytitle>nix-unpack-closure</refentrytitle> - <manvolnum>1</manvolnum> - <refmiscinfo class="source">Nix</refmiscinfo> - <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -</refmeta> - -<refnamediv> - <refname>nix-unpack-closure</refname> - <refpurpose>unpack the closure of a store path created by <command>nix-pack-closure</command> into the Nix store</refpurpose> -</refnamediv> - -<refsynopsisdiv> - <cmdsynopsis> - <command>nix-unpack-closure</command> - </cmdsynopsis> -</refsynopsisdiv> - - -<refsection><title>Description</title> - -<para>The command <command>nix-unpack-closure</command> unpacks the -closure of a set of store paths created by -<command>nix-pack-closure</command> into the local Nix store. The -closure is a single file read from standard input. See the -description of <command>nix-pack-closure</command> for details and -examples.</para> - -<para>The top-level paths in the closure (i.e., the paths passed to -the original <command>nix-pack-closure</command> call that created the -closure) are printed on standard output. These paths can be passed, -for instance, to <literal>nix-env -i</literal> to install them into a -user environment on the target machine.</para> - -</refsection> - - -</refentry> |