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
/
third_party
/
nix
/
tests
/
lang
/
parse-okay-mixed-nested-attrs-1.nix
blob: fd1001c8cafce114a2f72a3cfd98ad69262d3ba1 (
plain
) (
blame
)
1
2
3
4
{
x
=
{
y
=
3
;
z
=
3
; };
x
.
q
=
3
;
}