Chore: fix export of machines clan schema
This commit is contained in:
@@ -6,7 +6,7 @@ in
|
|||||||
options.clanSchema = lib.mkOption {
|
options.clanSchema = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
description = "The json schema for the .clan options namespace";
|
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";
|
defaultText = lib.literalExpression "jsonschema.schemaToJSON options.clan";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user