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

@@ -1,5 +1,8 @@
{ lib
, ...
}: {
imports = [
./jsonschema/flake-module.nix
];
flake.lib = import ./default.nix { inherit lib; };
}