gonix
/
tests
/
functional2
/
lang
/
rec-set-merges
/
in-3.nix
1
2
3
4
5
6
7
{
foo
=
rec
{
x
=
1
;
y
=
2
;
};
foo
.
bar
=
y
;
}