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

add cross-references to pure evaluation mode

use consistent wording everywhere.
add some details on the configuration option documentation.
This commit is contained in:
Valentin Gagarin 2023-05-17 14:59:47 +02:00
parent 549f8dc97b
commit 6a5a8f51bb
5 changed files with 21 additions and 18 deletions

View file

@ -1502,7 +1502,7 @@ static RegisterPrimOp primop_storePath({
causes the path to be *copied* again to the Nix store, resulting
in a new path (e.g. `/nix/store/ld01dnzc-source-source`).
This function is not available in pure evaluation mode.
Not available in [pure evaluation mode](@docroot@/command-ref/conf-file.md#conf-pure-eval).
)",
.fun = prim_storePath,
});