about summary refs log tree commit diff
path: root/tools/nixery/docs/src/SUMMARY.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-04T23·27+0100
committerVincent Ambo <github@tazj.in>2019-08-04T23·32+0100
commit6293d69fd94f709d029c5c121956900cad3d24c1 (patch)
treed5b13c0018144c359938420af9dd92a2cb993b74 /tools/nixery/docs/src/SUMMARY.md
parenta3f6278913d756c74d4f5c636c88b91a1b3748f6 (diff)
docs: Add a section on running your own Nixery
Diffstat (limited to 'tools/nixery/docs/src/SUMMARY.md')
-rw-r--r--tools/nixery/docs/src/SUMMARY.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/nixery/docs/src/SUMMARY.md b/tools/nixery/docs/src/SUMMARY.md
index f5ba3e9b08..677f328972 100644
--- a/tools/nixery/docs/src/SUMMARY.md
+++ b/tools/nixery/docs/src/SUMMARY.md
@@ -1,5 +1,7 @@
 # Summary
 
 - [Nixery](./nixery.md)
-- [Under the hood](./under-the-hood.md)
-- [Nix, the language](./nix-1p.md)
+  - [Under the hood](./under-the-hood.md)
+  - [Run your own Nixery](./run-your-own.md)
+- [Nix](./nix.md)
+  - [Nix, the language](./nix-1p.md)