mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
10d33452e2
Part of issue #2077
5 lines
43 B
Nix
5 lines
43 B
Nix
{
|
|
x = { y = 3; z = 3; };
|
|
x.q = 3;
|
|
}
|