1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/doc/manual/manual.xml

53 lines
1.5 KiB
XML
Raw Normal View History

<book xmlns="http://docbook.org/ns/docbook"
2014-08-27 12:41:09 -04:00
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
2014-09-16 08:14:09 -04:00
version="5.0">
<info>
2014-08-27 12:41:09 -04:00
<title>Nix Package Manager Guide</title>
<subtitle>Version <xi:include href="version.txt" parse="text" /></subtitle>
2003-08-13 11:17:57 -04:00
<author>
<personname>
<firstname>Eelco</firstname>
<surname>Dolstra</surname>
</personname>
<contrib>Author</contrib>
2003-08-13 11:17:57 -04:00
</author>
2003-08-13 11:17:57 -04:00
<copyright>
<year>2004-2018</year>
2003-08-13 11:17:57 -04:00
<holder>Eelco Dolstra</holder>
</copyright>
2007-09-19 10:01:41 -04:00
</info>
<!--
2014-09-16 08:14:09 -04:00
<preface>
<title>Preface</title>
<para>This manual describes how to set up and use the Nix package
manager.</para>
</preface>
-->
2014-08-27 12:41:09 -04:00
<xi:include href="introduction/introduction.xml" />
<xi:include href="installation/installation.xml" />
2018-09-01 15:35:46 -04:00
<xi:include href="installation/upgrading.xml" />
2014-08-27 12:41:09 -04:00
<xi:include href="packages/package-management.xml" />
<xi:include href="expressions/writing-nix-expressions.xml" />
2014-12-13 19:07:23 -05:00
<xi:include href="advanced-topics/advanced-topics.xml" />
2014-08-27 12:41:09 -04:00
<xi:include href="command-ref/command-ref.xml" />
<xi:include href="glossary/glossary.xml" />
<xi:include href="hacking.xml" />
2014-08-27 12:41:09 -04:00
<xi:include href="release-notes/release-notes.xml" />
2014-09-16 08:14:09 -04:00
<!--
2014-08-27 12:41:09 -04:00
<appendix>
<title>Nix Release Notes</title>
2014-08-27 12:41:09 -04:00
<xi:include href="release-notes/release-notes.xml"
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
</appendix>
2014-08-27 12:41:09 -04:00
-->
</book>