mirror of
https://github.com/NixOS/nix.git
synced 2025-12-12 20:11:03 +01:00
Correct build-dir error in manual, link relevant settings
This fixes out-of-date information that is no longer true, and makes the up-to-date information more accessible.
This commit is contained in:
parent
bc0af77ba7
commit
c5fa5e503a
3 changed files with 7 additions and 2 deletions
|
|
@ -12,10 +12,11 @@
|
|||
|
||||
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
|
||||
- A temporary directory is created where the build will take place. The
|
||||
current directory is changed to this directory.
|
||||
|
||||
See the per-store [`build-dir`](@docroot@/store/types/local-store.md#store-local-store-build-dir) setting for more information.
|
||||
|
||||
- The environment is cleared and set to the derivation attributes, as
|
||||
specified above.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue