mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
00584bb091
Fixes #2077.
4 lines
43 B
Nix
4 lines
43 B
Nix
{
|
|
x.z = 3;
|
|
x = { y = 3; z = 3; };
|
|
}
|