diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-29T14·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-29T14·16+0000 |
commit | 0212feeed66d2eb0a9365ca4d55cb2dad3bc4ade (patch) | |
tree | 269ee158e7c49a69a4c4c0d221dbaf5ba2c5f34a /doc/manual/manual.xml | |
parent | 070e07ed5aeac9918b9ec4cb6944f31b2b1aeeae (diff) |
* Document nix-install-package and the nixpkg file format.
Diffstat (limited to 'doc/manual/manual.xml')
-rw-r--r-- | doc/manual/manual.xml | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index ea85a7da5935..7c9f8b1d6fb1 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -38,45 +38,49 @@ <xi:include href="opt-common.xml" /> <xi:include href="env-common.xml" /> <xi:include href="conf-file.xml" /> - <section xml:id="sec-nix-env"> - <title>nix-env</title> - <xi:include href="nix-env.xml" /> - </section> <section xml:id="sec-nix-build"> <title>nix-build</title> <xi:include href="nix-build.xml" /> </section> + <section xml:id="sec-nix-channel"> + <title>nix-channel</title> + <xi:include href="nix-channel.xml" /> + </section> <section> - <title>nix-store</title> - <xi:include href="nix-store.xml" /> + <title>nix-collect-garbage</title> + <xi:include href="nix-collect-garbage.xml" /> + </section> + <section xml:id="sec-nix-env"> + <title>nix-env</title> + <xi:include href="nix-env.xml" /> + </section> + <section xml:id="sec-nix-install-package"> + <title>nix-install-package</title> + <xi:include href="nix-install-package.xml" /> </section> <section xml:id="sec-nix-instantiate"> <title>nix-instantiate</title> <xi:include href="nix-instantiate.xml" /> </section> <section> - <title>nix-collect-garbage</title> - <xi:include href="nix-collect-garbage.xml" /> - </section> - <section xml:id="sec-nix-channel"> - <title>nix-channel</title> - <xi:include href="nix-channel.xml" /> + <title>nix-pack-closure</title> + <xi:include href="nix-pack-closure.xml" /> </section> <section> - <title>nix-push</title> - <xi:include href="nix-push.xml" /> + <title>nix-prefetch-url</title> + <xi:include href="nix-prefetch-url.xml" /> </section> <section> <title>nix-pull</title> <xi:include href="nix-pull.xml" /> </section> - <section> - <title>nix-prefetch-url</title> - <xi:include href="nix-prefetch-url.xml" /> + <section xml:id="sec-nix-push"> + <title>nix-push</title> + <xi:include href="nix-push.xml" /> </section> <section> - <title>nix-pack-closure</title> - <xi:include href="nix-pack-closure.xml" /> + <title>nix-store</title> + <xi:include href="nix-store.xml" /> </section> <section> <title>nix-unpack-closure</title> |