aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-07-20 10:27:38 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-07-20 10:27:38 +0200
commit0e4f6dfcf7303bfe3c5d8af6863d57b3e70d370a (patch)
tree5288f1914634b9ee165d1ee728474151e7bc7fe9 /src
parent453c4be93cb10b417a7140d9f8b7185f9785b7a6 (diff)
revert anchor prefix for builtin constants
the original change broke many pre-existing anchor links. also change formatting of the constants listing slightly: - the type should not be part of the anchor - add highlight to the "impure only" note
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 277e77ad5..46fa96d05 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -806,7 +806,7 @@ struct EvalSettings : Config
List of directories to be searched for `<...>` file references
In particular, outside of [pure evaluation mode](#conf-pure-evaluation), this determines the value of
- [`builtins.nixPath`](@docroot@/language/builtin-constants.md#builtin-constants-nixPath).
+ [`builtins.nixPath`](@docroot@/language/builtin-constants.md#builtins-nixPath).
)"};
Setting<bool> restrictEval{