diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-09-07 15:13:22 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-09-07 15:13:22 +0200 |
commit | 829d4d3e03e0f7935c1fd3e1ef760980c8cf6046 (patch) | |
tree | bdaf026290ea75a901b4fe11fb6fc6d3532aed88 /src | |
parent | 3a62651bd663a849a568bf69017d0f3b1addd564 (diff) |
fix invalid anchor link
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/eval-settings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval-settings.hh b/src/libexpr/eval-settings.hh index e6666061a..19122bc31 100644 --- a/src/libexpr/eval-settings.hh +++ b/src/libexpr/eval-settings.hh @@ -21,7 +21,7 @@ struct EvalSettings : Config R"( List of directories to be searched for `<...>` file references - In particular, outside of [pure evaluation mode](#conf-pure-evaluation), this determines the value of + In particular, outside of [pure evaluation mode](#conf-pure-eval), this determines the value of [`builtins.nixPath`](@docroot@/language/builtin-constants.md#builtins-nixPath). )"}; |