Merge pull request 'clanCore: Fixed missing type null for clanIcon' (#634) from Qubasa-main into main
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
'';
|
||||
};
|
||||
clanIcon = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
description = ''
|
||||
the location of the clan icon
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user