mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
make separate section for builder execution
This commit is contained in:
parent
b19bd4f348
commit
541890463d
1 changed files with 59 additions and 57 deletions
|
@ -93,7 +93,9 @@ wrapper around `derivation` that adds a default value for `system` and
|
|||
always uses Bash as the builder, to which the supplied builder is passed
|
||||
as a command-line argument. See the Nixpkgs manual for details.
|
||||
|
||||
The builder is executed as follows:
|
||||
## Builder execution
|
||||
|
||||
The [`builder`](#attr-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…
Reference in a new issue