mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
12 lines
84 B
Nix
12 lines
84 B
Nix
(
|
|
{
|
|
x,
|
|
y,
|
|
z,
|
|
}:
|
|
x + y + z
|
|
)
|
|
{
|
|
x = "foo";
|
|
z = "bar";
|
|
}
|