mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
d030e2109f
... where a bare submodule is an option that has a type like `submoduleWith x`, as opposed to `attrsOf (submoduleWith x)`. This makes migration unnecessary when introducing a freeform type in an existing option tree. Closes #146882
4 lines
63 B
Nix
4 lines
63 B
Nix
{
|
|
bare-submodule.nested = 42;
|
|
bare-submodule.deep = 420;
|
|
}
|