diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-17 14:59:47 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-17 15:01:54 +0200 |
commit | 6a5a8f51bb9773ab4aeac8f508872bcf5ec6fda2 (patch) | |
tree | 1b1fb5ddf057082334b595af01c8501731191e07 /src/libexpr/primops.cc | |
parent | 549f8dc97b56babb0e23e2c097dce2fa283b6d09 (diff) |
add cross-references to pure evaluation mode
use consistent wording everywhere.
add some details on the configuration option documentation.
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r-- | src/libexpr/primops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 6fbd66389..7f36b021d 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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, }); |