diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-28T09·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-28T09·10+0000 |
commit | e2eed05224ed9bbc64014db9158bbc42bd3d9bef (patch) | |
tree | a23905536d2644fd7bf80035b915f3011b987f95 /doc/manual/nix-unpack-closure.xml | |
parent | 4ad6fb7ea3e18361b6021a23a7401af4085d3602 (diff) |
* Manual updates.
* Documented nix-{pack,unpack}-closure.
Diffstat (limited to 'doc/manual/nix-unpack-closure.xml')
-rw-r--r-- | doc/manual/nix-unpack-closure.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/manual/nix-unpack-closure.xml b/doc/manual/nix-unpack-closure.xml new file mode 100644 index 000000000000..7c6d12d089a4 --- /dev/null +++ b/doc/manual/nix-unpack-closure.xml @@ -0,0 +1,28 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink"> + +<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> + +</refsection> + + +</refentry> |