mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
12 lines
363 B
Text
12 lines
363 B
Text
error:
|
|
… from call site
|
|
at /pwd/lang/eval-fail-empty-formals.nix:1:1:
|
|
1| (foo@{ }: 1) { a = 3; }
|
|
| ^
|
|
2|
|
|
|
|
error: function 'anonymous lambda' called with unexpected argument 'a'
|
|
at /pwd/lang/eval-fail-empty-formals.nix:1:2:
|
|
1| (foo@{ }: 1) { a = 3; }
|
|
| ^
|
|
2|
|