mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
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";}
|