nixpkgs/nixos/doc/manual/development/development.xml
Vladimír Čunát 1268d79328 Document NixOS release process #4442
(Cherry-picked from bd11d5377e and dadf6fc1d02.)
http://nixos.org/nixos/manual/ shows the released version.
2016-10-16 13:31:52 +02:00

23 lines
615 B
XML

<part xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch-development">
<title>Development</title>
<partintro>
<para>This chapter describes how you can modify and extend
NixOS.</para>
</partintro>
<xi:include href="sources.xml" />
<xi:include href="writing-modules.xml" />
<xi:include href="building-parts.xml" />
<xi:include href="building-nixos.xml" />
<xi:include href="nixos-tests.xml" />
<xi:include href="testing-installer.xml" />
<xi:include href="releases.xml" />
</part>