mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
1 line
51 B
Nix
1 line
51 B
Nix
({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";}
|