1<part xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 version="5.0"
5 xml:id="ch-development">
6 <title>Development</title>
7 <partintro xml:id="ch-development-intro">
8 <para>
9 This chapter describes how you can modify and extend NixOS.
10 </para>
11 </partintro>
12 <xi:include href="../from_md/development/sources.chapter.xml" />
13 <xi:include href="../from_md/development/writing-modules.chapter.xml" />
14 <xi:include href="../from_md/development/building-parts.chapter.xml" />
15 <xi:include href="../from_md/development/what-happens-during-a-system-switch.chapter.xml" />
16 <xi:include href="../from_md/development/writing-documentation.chapter.xml" />
17 <xi:include href="../from_md/development/nixos-tests.chapter.xml" />
18 <xi:include href="../from_md/development/testing-installer.chapter.xml" />
19</part>