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

4 lines
36 B
Nix
Raw Normal View History

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