mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
error: syntax error, unexpected ':', expecting '}' or ','
|
|
at «stdin»:3:13:
|
|
2|
|
|
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;
|
|
| ^
|
|
4|
|