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