diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:37:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 12:37:55 +0100 |
commit | f3d1e92856fbed53ebaad40f94180bd1ba60ffec (patch) | |
tree | 852ef90d49a23354665a2134dddc5bb95b72d30c /src/libexpr/eval.cc | |
parent | 8272cd9deca99b84fe18cddd561f24bb69249b57 (diff) |
Update URL
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/libexpr/eval.cc')
-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 538a739af..b67ed853e 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1806,7 +1806,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/expressions/language-constructs.html#functions.)", symbols[i.name], +https://nixos.org/manual/nix/stable/language/constructs.html#functions.)", symbols[i.name], *fun.lambda.env, *fun.lambda.fun); } } |