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
/
tvix_tests
/
eval-okay-nested-siblings.nix
blob: 31111d80810c982024d99f8dacb46673605e9924 (
plain
) (
tree
)
1050a1d650d6
^
1
2
3
4
5
6
7
rec
{
outer
=
let
inner
=
sibling;
in
inner;
sibling
=
42
;
}