fix semilcon
This commit is contained in:
@@ -27,7 +27,7 @@ in {
|
|||||||
description = lib.mdDoc "User to run wow-addon-manager.";
|
description = lib.mdDoc "User to run wow-addon-manager.";
|
||||||
};
|
};
|
||||||
addonList = mkOption {
|
addonList = mkOption {
|
||||||
type = with types; nullOr lines;;
|
type = with types; nullOr lines;
|
||||||
default = null;
|
default = null;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
WoW Retail addons to load
|
WoW Retail addons to load
|
||||||
@@ -53,7 +53,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
classicAddonList = mkOption {
|
classicAddonList = mkOption {
|
||||||
type = with types; nullOr lines;;
|
type = with types; nullOr lines;
|
||||||
default = null;
|
default = null;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
WoW Retail addons to load
|
WoW Retail addons to load
|
||||||
|
|||||||
Reference in New Issue
Block a user