depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
/
tests
/
lang
/
parse-fail-mixed-nested-attrs2.nix
blob: 17da82e5f0c7e17e0fa028f237fdb5510920a29b (
plain
) (
tree
)
00584bb0915e
^
1
2
3
4
{
x
.
y
.
y
=
3
;
x
=
{
y
.
y
=
3
;
z
=
3
; };
}