Skip to content

Commit

Permalink
be more precise about substituting store derivations
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
  • Loading branch information
fricklerhandwerk and roberth committed Jul 19, 2023
1 parent b6297af commit 78048a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/manual/src/command-ref/nix-store/realise.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

Each of *paths* is processed as follows:

- If the path is already [valid], do nothing.
- If the path leads to a [store derivation]:
1. Realise the store derivation file itself, as a regular store path.
1. If it is not [valid], substitute the store derivation file itself.
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].
Expand Down

0 comments on commit 78048a8

Please sign in to comment.