chore(buildClan): remove dependency on clan-core in the lib function

This commit is contained in:
Johannes Kirschbauer
2025-04-01 16:58:32 +02:00
parent 944b93c49c
commit 05b6180675
2 changed files with 22 additions and 6 deletions

View File

@@ -23,9 +23,8 @@ lib.fix (clanLib: {
buildClanModule = import ./build-clan {
inherit lib nixpkgs;
clan-core = self;
};
buildClan = clanLib.buildClanModule.buildClan;
buildClan = clanLib.buildClanModule.buildClanWith { clan-core = self; };
# ------------------------------------
# Lib functions that don't depend on 'self'
inventory = clanLib.callLib ./inventory { };