1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

design -> architecture, add motivation

following ideas found in Architecture of Gazelle[1]

[1]: 56d35f8db0/Design.rst
This commit is contained in:
Valentin Gagarin 2022-04-27 23:25:33 +02:00
parent d30033759a
commit 39f01176a7
14 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@
- [Multi-User Mode](installation/multi-user.md)
- [Environment Variables](installation/env-variables.md)
- [Upgrading Nix](installation/upgrading.md)
- [Design and Data Model](design/design.md)
- [Architecture](architecture/architecture.md)
- [Store](design/store/store.md)
- [Store Objects](design/store/objects.md)
- [Store Paths](design/store/paths.md)