aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-05-31 03:15:54 +0200
committerGitHub <noreply@github.com>2023-05-31 03:15:54 +0200
commit738c0d506452cd51037ed4d37b3d0b665f828987 (patch)
tree080818ce209ee73412ab29eed91f9d016bef0ee1 /src/libexpr/primops.cc
parent52004696c080db6640af9a4e0d1e6f56d094cd2b (diff)
parent6a5a8f51bb9773ab4aeac8f508872bcf5ec6fda2 (diff)
Merge pull request #8318 from fricklerhandwerk/doc-currentTime
document `builtins.currentTime`
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index c28e7cbc7..87515f384 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -1501,7 +1501,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,
});