summary refs log tree commit diff
path: root/nixos/doc/manual/development/development.md
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-02-17 18:01:23 +0100
committerGitHub <noreply@github.com>2023-02-17 18:01:23 +0100
commitb72592ee0416f5297109c391396b8c17924b08c1 (patch)
treeefeaab1d632c1ebf697d256543333d0a41efcd42 /nixos/doc/manual/development/development.md
parent223092f727b251eecf5e884fbaee4a660caec8fd (diff)
parentbfc6975cbc399cac0719b9305a8ac0fedb957aca (diff)
downloadnixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar.gz
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar.bz2
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar.lz
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar.xz
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.tar.zst
nixpkgs-b72592ee0416f5297109c391396b8c17924b08c1.zip
Merge pull request #215973 from pennae/nrd-manual-structure
nixos/manual: specify manual structure in markdown
Diffstat (limited to 'nixos/doc/manual/development/development.md')
-rw-r--r--nixos/doc/manual/development/development.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/nixos/doc/manual/development/development.md b/nixos/doc/manual/development/development.md
new file mode 100644
index 00000000000..6a0dd091b12
--- /dev/null
+++ b/nixos/doc/manual/development/development.md
@@ -0,0 +1,14 @@
+# Development {#ch-development}
+
+This chapter describes how you can modify and extend NixOS.
+
+```{=include=} chapters
+sources.chapter.md
+writing-modules.chapter.md
+building-parts.chapter.md
+bootspec.chapter.md
+what-happens-during-a-system-switch.chapter.md
+writing-documentation.chapter.md
+nixos-tests.chapter.md
+testing-installer.chapter.md
+```