Merge pull request 'clanCore: Fixed missing type null for clanIcon' (#634) from Qubasa-main into main

This commit is contained in:
clan-bot
2023-12-08 18:33:58 +00:00
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.nullOr lib.types.path;
description = ''
the location of the clan icon
'';