This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
55
Fork
You've already forked lix
31
Code
Issues
344
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
79c084cb59
lix
/
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
5 lines
35 B
Nix
Raw
Blame
History
{
x
=
123
;
y
=
456
;
x
=
789
;
}
Reference in a new issue
View git blame
Copy permalink