This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 08:16:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5ad89398d1
nix-super
/
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
;
}
Reference in a new issue
View git blame
Copy permalink