mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
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
This commit is contained in:
parent
453c4be93c
commit
0e4f6dfcf7
2 changed files with 6 additions and 4 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue