2006-08-21 18:05:11 +02:00
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
2003-08-07 16:17:18 +02:00
|
|
|
|
2006-08-21 18:05:11 +02:00
|
|
|
<info>
|
|
|
|
|
|
|
|
<title>Nix User's Guide</title>
|
|
|
|
|
|
|
|
<subtitle>Draft (Version <xi:include href="version.txt"
|
|
|
|
parse="text" />)</subtitle>
|
2003-08-07 16:17:18 +02:00
|
|
|
|
2003-08-13 17:17:57 +02:00
|
|
|
<author>
|
2006-08-21 18:05:11 +02:00
|
|
|
<personname>
|
|
|
|
<firstname>Eelco</firstname>
|
|
|
|
<surname>Dolstra</surname>
|
|
|
|
</personname>
|
2007-09-19 16:01:41 +02:00
|
|
|
<affiliation>
|
2008-06-11 17:39:38 +02:00
|
|
|
<orgname>Delft University of Technology</orgname>
|
|
|
|
<orgdiv>Department of Software Technology</orgdiv>
|
2007-09-19 16:01:41 +02:00
|
|
|
</affiliation>
|
2003-08-13 17:17:57 +02:00
|
|
|
</author>
|
2006-08-21 18:05:11 +02:00
|
|
|
|
2003-08-13 17:17:57 +02:00
|
|
|
<copyright>
|
2004-01-20 16:37:55 +01:00
|
|
|
<year>2004</year>
|
2005-03-15 14:21:32 +01:00
|
|
|
<year>2005</year>
|
2006-03-15 13:58:22 +01:00
|
|
|
<year>2006</year>
|
2007-09-19 16:01:41 +02:00
|
|
|
<year>2007</year>
|
2008-06-11 17:39:38 +02:00
|
|
|
<year>2008</year>
|
2003-08-13 17:17:57 +02:00
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
2007-09-19 16:01:41 +02:00
|
|
|
|
2008-11-19 16:20:46 +01:00
|
|
|
<date>November 2008</date>
|
2006-08-21 18:05:11 +02:00
|
|
|
|
|
|
|
</info>
|
|
|
|
|
2005-03-15 14:55:41 +01:00
|
|
|
|
2006-08-21 18:05:11 +02:00
|
|
|
<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" />
|
|
|
|
|
2003-08-07 17:27:14 +02:00
|
|
|
|
2003-08-12 15:54:42 +02:00
|
|
|
<appendix>
|
|
|
|
<title>Command Reference</title>
|
2006-08-21 18:05:11 +02:00
|
|
|
<xi:include href="opt-common.xml" />
|
|
|
|
<xi:include href="env-common.xml" />
|
|
|
|
<xi:include href="conf-file.xml" />
|
2006-10-02 22:28:52 +02:00
|
|
|
|
2006-09-28 11:10:53 +02:00
|
|
|
<section>
|
2006-10-02 22:28:52 +02:00
|
|
|
<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>
|
2007-09-19 16:01:41 +02:00
|
|
|
<section xml:id="sec-nix-store">
|
2006-10-02 22:28:52 +02:00
|
|
|
<title>nix-store</title>
|
|
|
|
<xi:include href="nix-store.xml" />
|
|
|
|
</section>
|
2006-09-28 11:10:53 +02:00
|
|
|
</section>
|
2006-10-02 22:28:52 +02:00
|
|
|
|
2006-09-28 11:10:53 +02:00
|
|
|
<section>
|
2006-10-02 22:28:52 +02:00
|
|
|
<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>
|
2007-09-19 16:01:41 +02:00
|
|
|
<section xml:id="sec-nix-collect-garbage">
|
2006-10-02 22:28:52 +02:00
|
|
|
<title>nix-collect-garbage</title>
|
|
|
|
<xi:include href="nix-collect-garbage.xml" />
|
|
|
|
</section>
|
2007-09-19 16:01:41 +02:00
|
|
|
<section xml:id="sec-nix-copy-closure">
|
|
|
|
<title>nix-copy-closure</title>
|
|
|
|
<xi:include href="nix-copy-closure.xml" />
|
|
|
|
</section>
|
2006-10-03 00:11:44 +02:00
|
|
|
<section xml:id="sec-nix-hash">
|
|
|
|
<title>nix-hash</title>
|
|
|
|
<xi:include href="nix-hash.xml" />
|
|
|
|
</section>
|
2006-10-02 22:28:52 +02:00
|
|
|
<section xml:id="sec-nix-install-package">
|
|
|
|
<title>nix-install-package</title>
|
|
|
|
<xi:include href="nix-install-package.xml" />
|
|
|
|
</section>
|
2007-09-19 16:01:41 +02:00
|
|
|
<section xml:id="sec-nix-prefetch-url">
|
2006-10-02 22:28:52 +02:00
|
|
|
<title>nix-prefetch-url</title>
|
|
|
|
<xi:include href="nix-prefetch-url.xml" />
|
|
|
|
</section>
|
2007-05-17 00:07:39 +02:00
|
|
|
<section xml:id="sec-nix-pull">
|
2006-10-02 22:28:52 +02:00
|
|
|
<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>
|
2008-11-19 16:20:46 +01:00
|
|
|
<section xml:id="sec-nix-worker">
|
|
|
|
<title>nix-worker</title>
|
|
|
|
<xi:include href="nix-worker.xml" />
|
|
|
|
</section>
|
2006-09-28 11:10:53 +02:00
|
|
|
</section>
|
2006-10-02 22:28:52 +02:00
|
|
|
|
2003-08-12 15:54:42 +02:00
|
|
|
</appendix>
|
|
|
|
|
2006-08-21 18:05:11 +02:00
|
|
|
<xi:include href="troubleshooting.xml" />
|
2009-05-07 15:11:58 +02:00
|
|
|
<!-- <xi:include href="bugs.xml" /> -->
|
2006-08-21 18:05:11 +02:00
|
|
|
<xi:include href="glossary.xml" />
|
2003-08-07 17:27:14 +02:00
|
|
|
|
2005-09-16 10:47:34 +02:00
|
|
|
<appendix>
|
2006-08-21 18:05:11 +02:00
|
|
|
<title>Nix Release Notes</title>
|
|
|
|
<xi:include href="release-notes.xml"
|
|
|
|
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
|
2005-09-16 10:47:34 +02:00
|
|
|
</appendix>
|
|
|
|
|
2003-08-07 16:17:18 +02:00
|
|
|
</book>
|