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:
parent
207992a71d
commit
b84f2bdfdd
2 changed files with 48 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue