Fix schema test
This commit is contained in:
@@ -94,7 +94,7 @@ def machine_schema(
|
|||||||
++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []);
|
++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []);
|
||||||
}};
|
}};
|
||||||
options = fakeMachine.options{"." + ".".join(option_path) if option_path else ""};
|
options = fakeMachine.options{"." + ".".join(option_path) if option_path else ""};
|
||||||
jsonschemaLib = import {Path(__file__).parent / "jsonschema"} {{ inherit lib; }};
|
jsonschemaLib = import {Path(__file__).parent / "jsonschema"} {{ inherit lib; }} {{}};
|
||||||
jsonschema = jsonschemaLib.parseOptions options;
|
jsonschema = jsonschemaLib.parseOptions options;
|
||||||
in
|
in
|
||||||
jsonschema
|
jsonschema
|
||||||
|
|||||||
Reference in New Issue
Block a user