clanCore: Fixed missing type null for clanIcon

This commit is contained in:
Qubasa
2023-12-08 19:30:04 +01:00
parent fe8da705e9
commit b9b14bfd39

View File

@@ -33,7 +33,7 @@
'';
};
clanIcon = lib.mkOption {
type = lib.types.either lib.types.path lib.types.null;
type = lib.types.nullOr lib.types.path;
description = ''
the location of the clan icon
'';