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
/
tvix
/
eval
/
src
/
tests
/
nix_tests
/
parse-fail-mixed-nested-attrs1.nix
blob: 11e40e66fd1b1b8f89b064d32e24974396c8386f (
plain
) (
tree
)
92c53fe98256
^
1
2
3
4
{
x
.
z
=
3
;
x
=
{
y
=
3
;
z
=
3
; };
}