mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
change message
This commit is contained in:
parent
8895fa70a4
commit
b327de9c2d
1 changed files with 1 additions and 1 deletions
|
@ -1375,7 +1375,7 @@ void EvalState::autoCallFunction(Bindings & args, Value & fun, Value & res)
|
||||||
} else if (!i.def) {
|
} else if (!i.def) {
|
||||||
throwMissingArgumentError(i.pos, R"(cannot evaluate a function that has an argument without a value ('%1%')
|
throwMissingArgumentError(i.pos, 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 this case it must have all its
|
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.
|
arguments supplied either by default values, or passed explicitly with --arg or --argstr.
|
||||||
|
|
||||||
https://nixos.org/manual/nix/stable/#ss-functions)", i.name);
|
https://nixos.org/manual/nix/stable/#ss-functions)", i.name);
|
||||||
|
|
Loading…
Reference in a new issue