forked from lix-project/lix
00584bb091
Fixes #2077.
5 lines
43 B
Nix
5 lines
43 B
Nix
{
|
|
x.z = 3;
|
|
x = { y = 3; z = 3; };
|
|
}
|