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