1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/lang/parse-fail-dup-attrs-1.nix
2005-03-10 11:33:46 +00:00

5 lines
35 B
Nix

{ x = 123;
y = 456;
x = 789;
}