index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-fail-attr-name-type.nix
blob: a0e76004a395702efed3a7140efc7bd9c34dd783 (
plain
)
1
2
3
4
5
6
7
let
attrs
=
{
puppy
.
doggy
=
{};
};
key
=
1
;
in
attrs
.
puppy
.
${
key
}