mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
13 lines
418 B
Text
13 lines
418 B
Text
error:
|
|
… from call site
|
|
at /pwd/lang/eval-fail-undeclared-arg.nix:1:1:
|
|
1| ({ x, z }: x + z) {
|
|
| ^
|
|
2| x = "foo";
|
|
|
|
error: function 'anonymous lambda' called with unexpected argument 'y'
|
|
at /pwd/lang/eval-fail-undeclared-arg.nix:1:2:
|
|
1| ({ x, z }: x + z) {
|
|
| ^
|
|
2| x = "foo";
|
|
Did you mean one of x or z?
|