mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
12 lines
91 B
Nix
12 lines
91 B
Nix
(
|
|
(
|
|
x:
|
|
{ x }:
|
|
rec {
|
|
x = 1;
|
|
y = x;
|
|
}
|
|
)
|
|
2
|
|
{ x = 3; }
|
|
).y
|