clanCore: Fixed missing type null for clanIcon

This commit is contained in:
Qubasa
2023-12-08 19:27:58 +01:00
parent c4331b168d
commit fe8da705e9
2 changed files with 2 additions and 1 deletions

View File

@@ -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
'';