clan-core/lib/flake-module.nix
DavHau 7262208a4c
All checks were successful
build / test (pull_request) Successful in 26s
clanLib.jsonschema: move tests from pkgs/clan-cli
2023-08-09 16:05:33 +02:00

9 lines
125 B
Nix

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