mirror of
https://github.com/NixOS/nix.git
synced 2025-02-22 20:03:03 +00:00
7 lines
53 B
Nix
7 lines
53 B
Nix
(({x}: x:
|
|
|
|
{ x = 1;
|
|
y = x;
|
|
}
|
|
) {x = 2;} 3).y
|