about summary refs log tree commit diff
path: root/doc/manual/nix-unpack-closure.xml
AgeCommit message (Collapse)AuthorFilesLines
2007-09-19 * Manpage for nix-copy-closure.Eelco Dolstra1-1/+9
2007-01-13 * nix-pack-closure: store the top-level store paths in the closure.Eelco Dolstra1-0/+6
* nix-unpack-closure: extract the top-level paths from the closure and print them on stdout. This allows them to be installed, e.g., "nix-env -i $(nix-unpack-closure)". (NIX-64)
2006-09-28 * Manual updates.Eelco Dolstra1-0/+28
* Documented nix-{pack,unpack}-closure.