Initial commit
This commit is contained in:
commit
55a1efa08f
60 changed files with 5485 additions and 0 deletions
11
docs/modules/ROOT/pages/architecture.adoc
Normal file
11
docs/modules/ROOT/pages/architecture.adoc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
= Architecture
|
||||
|
||||
`(zilch nix binproto)` contains an implementation of the binary protocol used both
|
||||
to talk to the daemon and to build NAR files.
|
||||
|
||||
On top of that is `(zilch nix daemon)`, which implements a version (which?) of
|
||||
the Nix worker protocol.
|
||||
|
||||
`(zilch nix drv)` allows reading and writing .drv objects.
|
||||
|
||||
`(zilch nix path)` contains the helpers for building store paths of various types.
|
||||
Loading…
Add table
Add a link
Reference in a new issue