1
0
Fork 0
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:
John Ericson 2020-11-24 08:38:12 -05:00 committed by Valentin Gagarin
parent 075bf6e556
commit 523359d133
7 changed files with 109 additions and 1 deletions

View 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.