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
/
tests
/
lang
/
eval-okay-scope-2.nix
blob: eb8b02bc4994d405927b89ed548d546c3ebd6c27 (
plain
) (
tree
)
463e2817c55f
^
1
2
3
4
5
6
((x: {x}:
rec
{
x
=
1
;
y
=
x;
}
)
2
{
x
=
3
;})
.
y