diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-04T22·42+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-08-04T23·32+0100 |
commit | a3f6278913d756c74d4f5c636c88b91a1b3748f6 (patch) | |
tree | 7e2fe313c04265c5f1b3acb23bb103fa7532675d /tools/nixery/docs/src/SUMMARY.md | |
parent | 2bef0ba2403f20826fbd615b0abb91cb2aff0350 (diff) |
docs: Add an "under-the-hood" page explaining the build process
This page describes the various steps that Nixery goes through when "procuring" an image. The intention is to give users some more visibility into what is going on and to make it clear that this is not just an image storage service.
Diffstat (limited to 'tools/nixery/docs/src/SUMMARY.md')
-rw-r--r-- | tools/nixery/docs/src/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nixery/docs/src/SUMMARY.md b/tools/nixery/docs/src/SUMMARY.md index 5d680b82e8d9..f5ba3e9b084a 100644 --- a/tools/nixery/docs/src/SUMMARY.md +++ b/tools/nixery/docs/src/SUMMARY.md @@ -1,4 +1,5 @@ # Summary - [Nixery](./nixery.md) +- [Under the hood](./under-the-hood.md) - [Nix, the language](./nix-1p.md) |