mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
ca00aa1171
bla'). Also allow trailing commas (`{x, y,}: ...') as a unintented consequence. Hopefully the reduce/reduce conflict won't cause any problems.
1 line
48 B
Nix
1 line
48 B
Nix
({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}
|