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.
This commit is contained in:
Vincent Ambo 2019-08-04 23:42:57 +01:00 committed by Vincent Ambo
parent 2bef0ba240
commit a3f6278913
3 changed files with 110 additions and 4 deletions

View file

@ -1,4 +1,5 @@
# Summary
- [Nixery](./nixery.md)
- [Under the hood](./under-the-hood.md)
- [Nix, the language](./nix-1p.md)