blob: 61fabf0d5f1326cd78c0288d67fd8544dcdab018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
error:
… from call site
at /pwd/lang/eval-fail-missing-arg.nix:1:1:
1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
| ^
2|
error: function 'anonymous lambda' called without required argument 'y'
at /pwd/lang/eval-fail-missing-arg.nix:1:2:
1| ({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
| ^
2|
|