2007-01-23 11:11:58 +00:00
|
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
2007-02-06 21:14:02 +00:00
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
2007-01-23 11:11:58 +00:00
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<info>
|
|
|
|
|
|
|
|
<title>NixOS Manual</title>
|
|
|
|
|
|
|
|
<author>
|
|
|
|
<personname>
|
|
|
|
<firstname>Eelco</firstname>
|
|
|
|
<surname>Dolstra</surname>
|
|
|
|
</personname>
|
|
|
|
</author>
|
|
|
|
|
|
|
|
<copyright>
|
|
|
|
<year>2007</year>
|
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
</info>
|
|
|
|
|
2007-02-06 21:14:02 +00:00
|
|
|
|
|
|
|
<preface>
|
|
|
|
<title>Preface</title>
|
|
|
|
|
2007-02-06 21:38:59 +00:00
|
|
|
<para>This manual describes NixOS, a Linux distribution based on
|
|
|
|
the purely functional package management system Nix.</para>
|
|
|
|
|
|
|
|
<para>NixOS is rather bleeding edge, and this manual is
|
|
|
|
correspondingly sketchy and quite possibly out of date. It gives
|
|
|
|
basic information on how to get NixOS up and running, but since
|
|
|
|
NixOS is very much a work in progress, you are likely to encounter
|
|
|
|
problems here and there. Extensive familiarity with Linux is
|
|
|
|
recommended. If you encounter problems, please report them on the
|
2007-02-06 21:14:02 +00:00
|
|
|
<literal>nix-dev@cs.uu.nl</literal> mailing list or on <link
|
|
|
|
xlink:href="irc://irc.freenode.net/#trace" />.</para>
|
|
|
|
|
|
|
|
</preface>
|
|
|
|
|
|
|
|
|
2007-01-23 13:44:41 +00:00
|
|
|
<xi:include href="installation.xml" />
|
2007-02-06 21:38:59 +00:00
|
|
|
<xi:include href="troubleshooting.xml" />
|
2007-02-06 21:25:36 +00:00
|
|
|
<xi:include href="development.xml" />
|
2007-01-23 11:11:58 +00:00
|
|
|
<xi:include href="options-db.xml" />
|
|
|
|
|
|
|
|
</book>
|