mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +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
5
doc/manual/src/design/design.md
Normal file
5
doc/manual/src/design/design.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Design and Data Model
|
||||
|
||||
Most of the manual is about how to use Nix.
|
||||
This chapter is about what Nix actually is.
|
||||
The hope is that it can serve as a reference for key concepts, and also shed light on why things are the way they are.
|
Loading…
Add table
Add a link
Reference in a new issue