2003-08-07 16:17:18 +02:00
|
|
|
<?xml version="1.0"?>
|
2003-08-14 20:17:02 +02:00
|
|
|
<!DOCTYPE book
|
2004-04-08 15:31:57 +02:00
|
|
|
PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
2004-11-07 21:36:10 +01:00
|
|
|
"http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip"
|
|
|
|
[
|
2003-08-07 16:17:18 +02:00
|
|
|
]>
|
|
|
|
|
|
|
|
<book>
|
2004-10-13 17:08:35 +02:00
|
|
|
<title>Nix User's Guide</title>
|
2003-08-07 16:17:18 +02:00
|
|
|
|
2005-03-15 14:55:41 +01:00
|
|
|
<subtitle>Draft (Version <xi:include
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="version.txt" parse="text" />)</subtitle>
|
2004-01-08 11:45:23 +01:00
|
|
|
|
2003-08-13 17:17:57 +02:00
|
|
|
<bookinfo>
|
|
|
|
<author>
|
|
|
|
<firstname>Eelco</firstname>
|
|
|
|
<surname>Dolstra</surname>
|
|
|
|
</author>
|
|
|
|
<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>
|
2003-08-13 17:17:57 +02:00
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
|
|
|
</bookinfo>
|
2005-03-15 14:55:41 +01:00
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quick-start.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="package-management.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="writing-nix-expressions.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 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>
|
2005-03-16 17:45:29 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opt-common.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="env-common.xml" />
|
2005-04-08 15:00:38 +02:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conf-file.xml" />
|
2005-04-10 22:54:21 +02:00
|
|
|
<sect1 id="sec-nix-env">
|
2004-01-08 17:56:40 +01:00
|
|
|
<title>nix-env</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-env.xml" />
|
2004-01-08 17:56:40 +01:00
|
|
|
</sect1>
|
2005-04-07 12:47:58 +02:00
|
|
|
<sect1 id="sec-nix-build">
|
|
|
|
<title>nix-build</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-build.xml" />
|
|
|
|
</sect1>
|
2003-12-21 22:57:09 +01:00
|
|
|
<sect1>
|
|
|
|
<title>nix-store</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-store.xml" />
|
2003-12-21 22:57:09 +01:00
|
|
|
</sect1>
|
2005-04-07 12:47:58 +02:00
|
|
|
<sect1 id="sec-nix-instantiate">
|
2003-12-21 22:57:09 +01:00
|
|
|
<title>nix-instantiate</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-instantiate.xml" />
|
2003-12-21 22:57:09 +01:00
|
|
|
</sect1>
|
2004-02-10 17:14:47 +01:00
|
|
|
<sect1>
|
|
|
|
<title>nix-collect-garbage</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-collect-garbage.xml" />
|
2004-02-10 17:14:47 +01:00
|
|
|
</sect1>
|
2005-04-09 19:16:00 +02:00
|
|
|
<sect1 id="sec-nix-channel">
|
|
|
|
<title>nix-channel</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-channel.xml" />
|
|
|
|
</sect1>
|
2004-02-10 17:14:47 +01:00
|
|
|
<sect1>
|
|
|
|
<title>nix-push</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-push.xml" />
|
2004-02-10 17:14:47 +01:00
|
|
|
</sect1>
|
|
|
|
<sect1>
|
|
|
|
<title>nix-pull</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-pull.xml" />
|
2004-02-10 17:14:47 +01:00
|
|
|
</sect1>
|
|
|
|
<sect1>
|
|
|
|
<title>nix-prefetch-url</title>
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-prefetch-url.xml" />
|
2004-02-10 17:14:47 +01:00
|
|
|
</sect1>
|
2003-08-12 15:54:42 +02:00
|
|
|
</appendix>
|
|
|
|
|
2005-03-15 14:55:41 +01:00
|
|
|
<!-- &nix-lang-ref; -->
|
2004-04-08 15:31:57 +02:00
|
|
|
|
2005-03-15 14:55:41 +01:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml" />
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bugs.xml" />
|
2005-04-01 17:34:23 +02:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml" />
|
2003-08-07 17:27:14 +02:00
|
|
|
|
2005-09-16 10:47:34 +02:00
|
|
|
<appendix>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="release-notes.xml"
|
|
|
|
xpointer="xpointer(article/*)" />
|
|
|
|
</appendix>
|
|
|
|
|
2003-08-07 16:17:18 +02:00
|
|
|
</book>
|