clan-core/lib/default.nix

7 lines
162 B
Nix
Raw Normal View History

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