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