From 35835e0644f3300d0af1129a20676eb12171b2ce Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 25 Jul 2025 10:04:49 +0200 Subject: [PATCH] Fix documentation link The file was renamed. We've also moved to nix.dev, but that was redirected properly. Closes #13488 --- src/libexpr/eval.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index f0d64d44a..293b05953 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -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)