mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
6 lines
60 B
Nix
6 lines
60 B
Nix
((x: {x}:
|
|
rec {
|
|
x = 1;
|
|
y = x;
|
|
}
|
|
) 2 {x = 3;}).y
|