about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/eval-okay-nested-with.nix
with { x = 1; };
with { x = 2; };
x