This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
lix
Watch
1
Star
0
Fork
You've already forked lix
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
main
lix
/
tests
/
functional
/
lang
/
parse-fail-dup-attrs-2.nix
14 lines
98 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 17:28:04 +02:00
rec
{
* Check for duplicate attributes and formal parameters in Nix expressions.
2005-03-10 12:33:46 +01:00
as
=
{
x
=
123
;
y
=
456
;
}
;
bs
=
{
x
=
789
;
inherit
(
as
)
x
;
}
;
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 17:28:04 +02:00
* Check for duplicate attributes and formal parameters in Nix expressions.
2005-03-10 12:33:46 +01:00
}
Reference in a new issue
Copy permalink