1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

introduce mapping to Unix files and processes

This commit is contained in:
Valentin Gagarin 2022-05-11 14:20:56 +02:00
parent 207992a71d
commit b84f2bdfdd
2 changed files with 48 additions and 4 deletions

View file

@ -37,7 +37,6 @@ The command line and Nix language are what users interact with most.
::: {.note}
The Nix language itself does not have a notion of *packages* or *configurations*.
As far as we are concerned here, the inputs and results of a derivation are just data.
In practice this amounts to a set of files in a file system.
:::
Underlying these is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them.