mirror of
https://github.com/NixOS/nix.git
synced 2024-11-01 14:50:49 +00:00
126 lines
3.6 KiB
XML
126 lines
3.6 KiB
XML
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<info>
|
|
|
|
<title>Nix User's Guide</title>
|
|
|
|
<subtitle>Draft (Version <xi:include href="version.txt"
|
|
parse="text" />)</subtitle>
|
|
|
|
<author>
|
|
<personname>
|
|
<firstname>Eelco</firstname>
|
|
<surname>Dolstra</surname>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>Utrecht University</orgname>
|
|
<orgdiv>Faculty of Science, Department of Information and Computing Sciences</orgdiv>
|
|
</affiliation>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<year>2006</year>
|
|
<year>2007</year>
|
|
<holder>Eelco Dolstra</holder>
|
|
</copyright>
|
|
|
|
<date>September 2007</date>
|
|
|
|
</info>
|
|
|
|
|
|
<xi:include href="introduction.xml" />
|
|
<xi:include href="quick-start.xml" />
|
|
<xi:include href="installation.xml" />
|
|
<xi:include href="package-management.xml" />
|
|
<xi:include href="writing-nix-expressions.xml" />
|
|
<xi:include href="build-farm.xml" />
|
|
|
|
|
|
<appendix>
|
|
<title>Command Reference</title>
|
|
<xi:include href="opt-common.xml" />
|
|
<xi:include href="env-common.xml" />
|
|
<xi:include href="conf-file.xml" />
|
|
|
|
<section>
|
|
<title>Main commands</title>
|
|
<section xml:id="sec-nix-env">
|
|
<title>nix-env</title>
|
|
<xi:include href="nix-env.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-instantiate">
|
|
<title>nix-instantiate</title>
|
|
<xi:include href="nix-instantiate.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-store">
|
|
<title>nix-store</title>
|
|
<xi:include href="nix-store.xml" />
|
|
</section>
|
|
</section>
|
|
|
|
<section>
|
|
<title>Utilities</title>
|
|
<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 xml:id="sec-nix-collect-garbage">
|
|
<title>nix-collect-garbage</title>
|
|
<xi:include href="nix-collect-garbage.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-copy-closure">
|
|
<title>nix-copy-closure</title>
|
|
<xi:include href="nix-copy-closure.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-hash">
|
|
<title>nix-hash</title>
|
|
<xi:include href="nix-hash.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-pack-closure">
|
|
<title>nix-pack-closure</title>
|
|
<xi:include href="nix-pack-closure.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-prefetch-url">
|
|
<title>nix-prefetch-url</title>
|
|
<xi:include href="nix-prefetch-url.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-pull">
|
|
<title>nix-pull</title>
|
|
<xi:include href="nix-pull.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-push">
|
|
<title>nix-push</title>
|
|
<xi:include href="nix-push.xml" />
|
|
</section>
|
|
<section xml:id="sec-nix-unpack-closure">
|
|
<title>nix-unpack-closure</title>
|
|
<xi:include href="nix-unpack-closure.xml" />
|
|
</section>
|
|
</section>
|
|
|
|
</appendix>
|
|
|
|
<xi:include href="troubleshooting.xml" />
|
|
<xi:include href="bugs.xml" />
|
|
<xi:include href="glossary.xml" />
|
|
|
|
<appendix>
|
|
<title>Nix Release Notes</title>
|
|
<xi:include href="release-notes.xml"
|
|
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
|
|
</appendix>
|
|
|
|
</book>
|