This website requires JavaScript.
Explore
Help
Sign in
wroclaw-git-backups
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
mirror of
https://github.com/NixOS/nix
synced
2025-06-25 06:31:14 +02:00
Code
Activity
08df443618
nix
/
tests
/
lang
/
parse-fail-dup-attrs-1.nix
Eelco Dolstra
08df443618
* Check for duplicate attributes and formal parameters in Nix
...
expressions.
2005-03-10 11:33:46 +00:00
4 lines
35 B
Nix
Raw
Blame
History
{
x
=
123
;
y
=
456
;
x
=
789
;
}
View git blame
Copy permalink