aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-06-19 06:59:07 +0200
committerGitHub <noreply@github.com>2023-06-19 06:59:07 +0200
commit8f6255b86ac9c29bd96744300e5e26f989e1e2d5 (patch)
treeb881ee9dc583f37f0b5130a32a39bd262ea42aac
parentc404623a1d39431cf7b4ccd0b0b396a821a6eade (diff)
parent6b06e97bde3d2d87a750210d46086624dc96a0f8 (diff)
Merge pull request #8524 from amjoseph-nixpkgs/pr/doc/linkify-allowed-uris
src/libexpr/eval.hh: add link for allowed-uris option
-rw-r--r--src/libexpr/eval.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index ea1f5975b..8e41bdbd0 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -741,7 +741,8 @@ struct EvalSettings : Config
If set to `true`, the Nix evaluator will not allow access to any
files outside of the Nix search path (as set via the `NIX_PATH`
environment variable or the `-I` option), or to URIs outside of
- `allowed-uris`. The default is `false`.
+ [`allowed-uris`](../command-ref/conf-file.md#conf-allowed-uris).
+ The default is `false`.
)"};
Setting<bool> pureEval{this, false, "pure-eval",