lib: eval clan module as lib function

This commit is contained in:
Johannes Kirschbauer
2024-06-24 15:47:25 +02:00
parent b222c98a54
commit aed486f020
4 changed files with 42 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
{
imports = [ ./jsonschema/flake-module.nix ];
flake.lib = import ./default.nix {
inherit lib;
inherit lib inputs;
inherit (inputs) nixpkgs;
clan-core = self;
};