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
51 B
Nix
1 line
51 B
Nix
({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";}
|