gonix
/
tests
/
functional2
/
lang
/
attrs-__overrides
/
in.nix
1
2
3
4
rec
{
"
${
"foo"
}
"
=
"bar"
;
__overrides
=
{
bar
=
"qux"
;
};
}