1
0
forked from clan/clan-core
clan-core/lib/default.nix

7 lines
152 B
Nix
Raw Normal View History

2023-09-02 16:24:34 +00:00
{ lib, self, nixpkgs, ... }:
{
jsonschema = import ./jsonschema { inherit lib; };
2023-09-02 16:24:34 +00:00
buildClan = import ./build-clan { inherit lib self nixpkgs; };
}