mirror of
https://github.com/NixOS/nix.git
synced 2025-02-19 18:32:36 +00:00
5 lines
46 B
Nix
5 lines
46 B
Nix
{
|
|
x.y.y = 3;
|
|
x = { y.y= 3; z = 3; };
|
|
}
|