aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-07-19 09:31:03 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-08-31 21:26:46 +0200
commitd460dbdd30e3b518de962314bcf183961caf7f53 (patch)
tree8a51b705299e4334e14024a43ef94ec199ea856a /doc
parent6b3320ab05cefe73c21a469d077b277cff47733b (diff)
be more precise about substituting store derivations
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/command-ref/nix-store/realise.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/src/command-ref/nix-store/realise.md b/doc/manual/src/command-ref/nix-store/realise.md
index 9dfe74277..750cbeaff 100644
--- a/doc/manual/src/command-ref/nix-store/realise.md
+++ b/doc/manual/src/command-ref/nix-store/realise.md
@@ -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].