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