Merge pull request 'inventory: fix missing default for instances.*.module' (#4189) from fix-inventory into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4189
This commit is contained in:
hsjobeki
2025-07-03 10:13:57 +00:00

View File

@@ -394,6 +394,7 @@ in
options = {
# ModuleSpec
module = lib.mkOption {
default = { };
type = types.submodule {
options.input = lib.mkOption {
type = types.nullOr types.str;