1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Fix documentation link

The file was renamed. We've also moved to nix.dev, but that was
redirected properly.
Closes #13488
This commit is contained in:
Robert Hensing 2025-07-25 10:04:49 +02:00
parent d4c562c6ff
commit 35835e0644

View file

@ -1812,7 +1812,7 @@ void EvalState::autoCallFunction(const 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.)",
https://nix.dev/manual/nix/stable/language/syntax.html#functions.)",
symbols[i.name])
.atPos(i.pos)
.withFrame(*fun.lambda().env, *fun.lambda().fun)