From efa61369ff036f5d0de854fb9e797a6367759e0b Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Tue, 25 Feb 2025 20:19:17 -0800 Subject: [PATCH] change Nix to Lix in an error message Change-Id: I258d966c9a5a28dee80a330e9fa30590943ebaff --- lix/libexpr/eval.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lix/libexpr/eval.cc b/lix/libexpr/eval.cc index 1f3b3b378..ea493294b 100644 --- a/lix/libexpr/eval.cc +++ b/lix/libexpr/eval.cc @@ -1801,7 +1801,7 @@ void EvalState::autoCallFunction(Bindings & args, Value & fun, Value & res) attrs.insert(*j); } else if (!i.def) { ctx.errors.make(R"(cannot evaluate a function that has an argument without a value ('%1%') -Nix attempted to evaluate a function as a top level expression; in +Lix 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://docs.lix.systems/manual/lix/stable/language/constructs.html#functions)", ctx.symbols[i.name])