mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
6 lines
203 B
Text
6 lines
203 B
Text
error: syntax error, unexpected ':', expecting '}' or ','
|
|
at «stdin»:3:13:
|
|
2|
|
|
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;
|
|
| ^
|
|
4|
|