fix semilcon
This commit is contained in:
parent
4e3bf001b4
commit
4d44d7b960
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ in {
|
|||
description = lib.mdDoc "User to run wow-addon-manager.";
|
||||
};
|
||||
addonList = mkOption {
|
||||
type = with types; nullOr lines;;
|
||||
type = with types; nullOr lines;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
WoW Retail addons to load
|
||||
|
|
@ -53,7 +53,7 @@ in {
|
|||
'';
|
||||
};
|
||||
classicAddonList = mkOption {
|
||||
type = with types; nullOr lines;;
|
||||
type = with types; nullOr lines;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
WoW Retail addons to load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue