mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
5cabd47394
of the function. Implements NIX-45.
1 line
47 B
Nix
1 line
47 B
Nix
({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
|