aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-05 16:25:22 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-30 18:23:24 +0200
commit50de11d662ced6bfef792af54ad57553f1c3208a (patch)
tree2b291428649c93958e48fb29664ee91793d2ccea /src/libexpr/primops.cc
parent32c69e2b17ad7bd9721b584c3733629fe6d8c7f7 (diff)
doc: Improve `fetchClosure` documentation
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index 5dfad470a..f4bdf8fc6 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -1502,6 +1502,8 @@ static RegisterPrimOp primop_storePath({
in a new path (e.g. `/nix/store/ld01dnzc…-source-source`).
Not available in [pure evaluation mode](@docroot@/command-ref/conf-file.md#conf-pure-eval).
+
+ See also [`builtins.fetchClosure`](#builtins-fetchClosure).
)",
.fun = prim_storePath,
});