gonix
/
tests
/
functional2
/
lang
/
attrs-dynamic-rec
/
in.nix
1
2
3
4
5
rec
{
yep
=
"bar"
;
foo
=
yep
;
${
foo
}
=
"awa"
;
}