3 inherit (lib) types mkOption;
11 options.mergedName = mkOption {
13 type = types.attrsWith {
14 placeholder = "id"; # <- this is beeing tested
15 elemType = types.submodule {
16 options.nested = mkOption {
29 options.mergedName = mkOption {
30 type = types.attrsWith {
31 placeholder = "other"; # <- define placeholder = "other" (conflict)
32 elemType = types.submodule { };