This website requires JavaScript.
Explore
Help
Sign in
wroclaw-git-backups
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
mirror of
https://github.com/NixOS/nix
synced
2025-06-25 02:21:16 +02:00
Code
Activity
8034589d7e
nix
/
tests
/
functional
/
lang
/
eval-fail-attrset-merge-drops-later-rec.nix
Ryan Hendrickson
8034589d7e
parser-state: fix attribute merging
2024-11-27 21:41:47 +01:00
1 line
46 B
Nix
Raw
Blame
History
{
a
.
b
=
1
;
a
=
rec
{
c
=
d
+
2
;
d
=
3
;
}
;
}
.
c
View git blame
Copy permalink