This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 23:02:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c273c15cb1
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
5 lines
35 B
Nix
Raw
Blame
History
{
x
=
123
;
y
=
456
;
x
=
789
;
}
Reference in New Issue
View Git Blame
Copy Permalink