mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
ca00aa1171
bla'). Also allow trailing commas (`{x, y,}: ...') as a unintented consequence. Hopefully the reduce/reduce conflict won't cause any problems.
2 lines
48 B
Nix
2 lines
48 B
Nix
({}: {x,y,}: "${x}${y}") {} {x = "a"; y = "b";}
|