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

add anchor to builder

This commit is contained in:
Valentin Gagarin 2023-07-13 22:17:51 +02:00
parent d50f116421
commit 0cd8f36644
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Each of *paths* is processed as follows:
2. Realise its [output paths]:
- Try to fetch from [substituters] the [store objects] associated with the output paths in the store derivation's [closure].
- With [content-addressed derivations] (experimental): Determine the output paths to realise by querying build certificates in the [Nix database].
- For any store paths that cannot be substituted, produce the required store objects by first realising all outputs of the derivation's dependencies and then running the derivation's build instructions.
- For any store paths that cannot be substituted, produce the required store objects by first realising all outputs of the derivation's dependencies and then running the derivation's [`builder`](@docroot@/language/derivations.md#attr-builder) executable.
- Otherwise: Try to fetch the associated [store objects] in the paths' [closure] from [substituters].
If no substitutes are available and no store derivation is given, realisation fails.