mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
WIP: Document the design of Nix
The current docs are all "how to do things" and no "what is Nix" or "why are things the way they are". I see lots of misconception on the wider internet, and I also think we would benefit from a "living document" to answer some questions people currently turn to the thesis for. I think a new section of the manual can address all these issues.
This commit is contained in:
parent
075bf6e556
commit
523359d133
7 changed files with 109 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
- [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)
|
||||
- [Overview](design/overview.md)
|
||||
- [The Store Layer](design/store/store.md)
|
||||
- [Store Entries](design/store/entries.md)
|
||||
- [Store Paths](design/store/paths.md)
|
||||
- [Package Management](package-management/package-management.md)
|
||||
- [Basic Package Management](package-management/basic-package-mgmt.md)
|
||||
- [Profiles](package-management/profiles.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue