Files
lix/tests/functional2/lang/builtins.toJSON/eval-fail-lambda.err.exp
T
piegames 449ddbe324 tests/functional2/lang: Migrate builtins.toJSON
Change-Id: Ic740ab1fe0792c7e7596ae8a9beb9e76b37d6284
2025-11-17 22:10:11 +00:00

19 lines
507 B
Plaintext

error:
… while calling the 'toJSON' builtin
at /pwd/in.nix:1:1:
1| builtins.toJSON { foo = a: 1; }
| ^
2|
… while evaluating attribute 'foo'
at /pwd/in.nix:1:19:
1| builtins.toJSON { foo = a: 1; }
| ^
2|
error: cannot convert a function to JSON
at /pwd/in.nix:1:19:
1| builtins.toJSON { foo = a: 1; }
| ^
2|