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