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-let-inherit.nix
blob: 12eed10e13fc8164cebc8e5fff34dfd38820e472 (
plain
) (
tree
)
f173161f4c0f
^
1
2
3
4
5
6
7
8
let
set
=
{
a
=
1
;
};
in
let
inherit
(set)
a
;
in
a