mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
2 lines
47 B
Nix
2 lines
47 B
Nix
({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
|