Chore: fix export of machines clan schema

This commit is contained in:
Johannes Kirschbauer
2024-11-12 14:46:16 +01:00
parent c7da3e165f
commit 959193fba1

View File

@@ -6,7 +6,7 @@ in
options.clanSchema = lib.mkOption {
type = lib.types.attrs;
description = "The json schema for the .clan options namespace";
default = jsonschema.parseOptions options.clan;
default = jsonschema.parseOptions options.clan { };
defaultText = lib.literalExpression "jsonschema.schemaToJSON options.clan";
};
}