about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/parse-fail-dup-attrs-1.nix
{ x = 123;
  y = 456;
  x = 789;
}