clanLib.jsonschema: move tests from pkgs/clan-cli

This commit is contained in:
DavHau
2023-08-09 16:05:16 +02:00
parent 9438a9eb5f
commit 7262208a4c
12 changed files with 38 additions and 28 deletions

View File

@@ -12,5 +12,5 @@
)
(builtins.readDir folder);
jsonschema = import ./jsonschema.nix { inherit lib; };
jsonschema = import ./jsonschema { inherit lib; };
}