mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Expand manual on derivation outputs
Note, this includes some text adapted from from Eelco's dissertation
(cherry picked from commit 2aa6e0f084
)
This commit is contained in:
parent
7e61e9650c
commit
f278a631b0
12 changed files with 508 additions and 174 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
## Builder Execution
|
||||
|
||||
The [`builder`](./drv.md#builder) is executed as follows:
|
||||
The [`builder`](./derivation/index.md#builder) is executed as follows:
|
||||
|
||||
- A temporary directory is created under the directory specified by
|
||||
`TMPDIR` (default `/tmp`) where the build will take place. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue