clanServices: remove unneeded self reference in lib

This commit is contained in:
Johannes Kirschbauer
2025-06-30 15:32:31 +02:00
parent 0de362af58
commit cf6fc744ab
6 changed files with 14 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ let
inventory = evalInventory inventoryModule;
in
clanLib.inventory.mapInstances {
clanCoreModules = { };
flakeInputs = flakeInputsFixture;
inherit inventory;
localModuleSet = inventory.modules;