88 lines
3.2 KiB
XML
88 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book
|
|
PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip"
|
|
[
|
|
]>
|
|
|
|
<book>
|
|
<title>Nix User's Guide</title>
|
|
|
|
<subtitle>Draft (Version <xi:include
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="version.txt" parse="text" />)</subtitle>
|
|
|
|
<bookinfo>
|
|
<author>
|
|
<firstname>Eelco</firstname>
|
|
<surname>Dolstra</surname>
|
|
</author>
|
|
<copyright>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<holder>Eelco Dolstra</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
<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" />
|
|
|
|
<appendix>
|
|
<title>Command Reference</title>
|
|
<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" />
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conf-file.xml" />
|
|
<sect1 id="sec-nix-env">
|
|
<title>nix-env</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-env.xml" />
|
|
</sect1>
|
|
<sect1 id="sec-nix-build">
|
|
<title>nix-build</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-build.xml" />
|
|
</sect1>
|
|
<sect1>
|
|
<title>nix-store</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-store.xml" />
|
|
</sect1>
|
|
<sect1 id="sec-nix-instantiate">
|
|
<title>nix-instantiate</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-instantiate.xml" />
|
|
</sect1>
|
|
<sect1>
|
|
<title>nix-collect-garbage</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-collect-garbage.xml" />
|
|
</sect1>
|
|
<sect1 id="sec-nix-channel">
|
|
<title>nix-channel</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-channel.xml" />
|
|
</sect1>
|
|
<sect1>
|
|
<title>nix-push</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-push.xml" />
|
|
</sect1>
|
|
<sect1>
|
|
<title>nix-pull</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-pull.xml" />
|
|
</sect1>
|
|
<sect1>
|
|
<title>nix-prefetch-url</title>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nix-prefetch-url.xml" />
|
|
</sect1>
|
|
</appendix>
|
|
|
|
<!-- &nix-lang-ref; -->
|
|
|
|
<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" />
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml" />
|
|
|
|
<appendix>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="release-notes.xml"
|
|
xpointer="xpointer(article/*)" />
|
|
</appendix>
|
|
|
|
</book>
|