{ lib, clan-core, nixpkgs, ... }: { jsonschema = import ./jsonschema { inherit lib; }; modules = import ./description.nix { inherit clan-core; }; buildClan = import ./build-clan { inherit clan-core lib nixpkgs; }; }