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:
parent
d4c562c6ff
commit
35835e0644
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue