diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-07-18 19:35:43 +0200 |
---|---|---|
committer | jade <lix@jade.fyi> | 2024-07-18 19:27:33 +0000 |
commit | 26e56780caaa3fe23bd1c7589c9ebde220381683 (patch) | |
tree | d55e638963039753433c33398c6f8707bff72a77 /src/libexpr | |
parent | 10cc3b288d0e73a16f5da983c99b8d78f3a7ded1 (diff) |
Fixup a bunch of references to nixos.org manuals
(plus one reference to CppNix github)
Change-Id: Id8b3d2897f3b54e286861805cfd421adc4d5de47
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 5e6c71e1f..c7b708d1d 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1901,7 +1901,7 @@ void EvalState::autoCallFunction(Bindings & args, Value & fun, Value & res) Nix attempted to evaluate a function as a top level expression; in this case it must have its arguments supplied either by default values, or passed explicitly with '--arg' or '--argstr'. See -https://nixos.org/manual/nix/stable/language/constructs.html#functions.)", symbols[i.name]) +https://docs.lix.systems/manual/lix/stable/language/constructs.html#functions)", symbols[i.name]) .atPos(i.pos).withFrame(*fun.lambda.env, *fun.lambda.fun).debugThrow(); } } |