From 7bbe63a525d39197444ddaec71b5364d13bd210c Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 14 Jul 2024 13:37:40 +0200 Subject: [PATCH] Fix schema test --- pkgs/clan-cli/clan_cli/config/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/config/schema.py b/pkgs/clan-cli/clan_cli/config/schema.py index fc41f8b23..e656aba79 100644 --- a/pkgs/clan-cli/clan_cli/config/schema.py +++ b/pkgs/clan-cli/clan_cli/config/schema.py @@ -94,7 +94,7 @@ def machine_schema( ++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []); }}; 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; in jsonschema