nix-gh/tests/lang/eval-okay-nested-with.nix

4 lines
36 B
Nix
Raw Normal View History

2018-03-30 21:41:16 +02:00
with { x = 1; };
with { x = 2; };
x