2006-08-21 18:05:11 +02:00
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
2014-08-27 18:41:09 +02:00
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
2014-09-16 14:14:09 +02:00
|
|
|
version="5.0">
|
2003-08-07 16:17:18 +02:00
|
|
|
|
2006-08-21 18:05:11 +02:00
|
|
|
<info>
|
|
|
|
|
2014-08-27 18:41:09 +02:00
|
|
|
<title>Nix Package Manager Guide</title>
|
2006-08-21 18:05:11 +02:00
|
|
|
|
2012-05-11 23:39:06 +02:00
|
|
|
<edition>Version <xi:include href="version.txt" parse="text" /></edition>
|
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>
|
2012-04-06 21:43:56 +02:00
|
|
|
<orgname>LogicBlox</orgname>
|
2007-09-19 16:01:41 +02:00
|
|
|
</affiliation>
|
2009-07-14 16:58:12 +02:00
|
|
|
<contrib>Author</contrib>
|
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>
|
2014-04-11 15:11:28 +02:00
|
|
|
<year>2004-2014</year>
|
2003-08-13 17:17:57 +02:00
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
2007-09-19 16:01:41 +02:00
|
|
|
|
2014-11-20 13:52:27 +01:00
|
|
|
<date>November 2014</date>
|
2013-07-19 12:02:44 +02:00
|
|
|
|
2006-08-21 18:05:11 +02:00
|
|
|
</info>
|
|
|
|
|
2014-11-24 14:53:50 +01:00
|
|
|
<!--
|
2014-09-16 14:14:09 +02:00
|
|
|
<preface>
|
|
|
|
<title>Preface</title>
|
|
|
|
<para>This manual describes how to set up and use the Nix package
|
|
|
|
manager.</para>
|
|
|
|
</preface>
|
2014-11-24 14:53:50 +01:00
|
|
|
-->
|
2014-08-27 18:41:09 +02:00
|
|
|
|
|
|
|
<xi:include href="introduction/introduction.xml" />
|
|
|
|
<xi:include href="installation/installation.xml" />
|
|
|
|
<xi:include href="packages/package-management.xml" />
|
|
|
|
<xi:include href="expressions/writing-nix-expressions.xml" />
|
|
|
|
<xi:include href="builds/build-farm.xml" />
|
|
|
|
<xi:include href="command-ref/command-ref.xml" />
|
|
|
|
<xi:include href="troubleshooting/troubleshooting.xml" />
|
|
|
|
<xi:include href="glossary/glossary.xml" />
|
2013-07-19 16:51:31 +02:00
|
|
|
<xi:include href="hacking.xml" />
|
2014-08-27 18:41:09 +02:00
|
|
|
<xi:include href="release-notes/release-notes.xml" />
|
2014-09-16 14:14:09 +02:00
|
|
|
|
|
|
|
<!--
|
2014-08-27 18:41:09 +02:00
|
|
|
<appendix>
|
2006-08-21 18:05:11 +02:00
|
|
|
<title>Nix Release Notes</title>
|
2014-08-27 18:41:09 +02:00
|
|
|
<xi:include href="release-notes/release-notes.xml"
|
2006-08-21 18:05:11 +02:00
|
|
|
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
|
2005-09-16 10:47:34 +02:00
|
|
|
</appendix>
|
2014-08-27 18:41:09 +02:00
|
|
|
-->
|
2013-07-19 12:02:44 +02:00
|
|
|
|
2003-08-07 16:17:18 +02:00
|
|
|
</book>
|