From 92e832348db13637875c4f529ed0aa83d3d34493 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Feb 2004 16:14:47 +0000 Subject: * Lots of manual stuff. Reference pages for most Nix commands. * nix-pull now requires the full url to the manifest, i.e., `/MANIFEST/' is no longer automatically appended. * nix-prefetch-url works again. --- doc/manual/nix-pull.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/manual/nix-pull.xml (limited to 'doc/manual/nix-pull.xml') diff --git a/doc/manual/nix-pull.xml b/doc/manual/nix-pull.xml new file mode 100644 index 000000000000..2e0723c10877 --- /dev/null +++ b/doc/manual/nix-pull.xml @@ -0,0 +1,43 @@ + + + nix-pull + pull substitutes from a network cache + + + + + nix-pull + url + + + + + Description + + + The command nix-pull obtains a list of + pre-built store paths from the URL + url, and for each of these store + paths, registers a substitute derivation that downloads and + unpacks it into the Nix store. This is used to speed up + installations: if you attempt to install something that has + already been built and stored into the network cache, Nix can + transparently re-use the pre-built store paths. + + + + The file at url must be compatible + with the files created by nix-push. + + + + + + Examples + + +$ nix-pull http://catamaran.labs.cs.uu.nl/dist/nix/nixpkgs-0.5pre753/MANIFEST + + + + -- cgit 1.4.1