mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 16:52:27 +00:00
4 lines
36 B
Nix
4 lines
36 B
Nix
|
with { x = 1; };
|
||
|
with { x = 2; };
|
||
|
x
|