clanCore: Fixed missing type null for clanIcon
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
clanIcon = lib.mkOption {
|
clanIcon = lib.mkOption {
|
||||||
type = lib.types.either lib.types.path lib.types.null;
|
type = lib.types.nullOr lib.types.path;
|
||||||
description = ''
|
description = ''
|
||||||
the location of the clan icon
|
the location of the clan icon
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user