This website requires JavaScript.
Explore
Help
Sign In
joepie91
/
nix-in-node
Watch
1
Star
0
Fork
You've already forked nix-in-node
0
Code
Issues
2
Pull requests
Releases
Wiki
Activity
5a7548bd32
nix-in-node
/
samples
/
attrset-nested-rec.nix
Sven Slootweg
32a13e668a
Initial commit
2022-02-02 10:39:55 +01:00
2 lines
39 B
Nix
Raw
Blame
History
rec
{
a
=
1
;
b
=
rec
{
c
=
a
;
}
;
}
.
b
.
c
Reference in a new issue
View git blame
Copy permalink