fix(inventory/interface): use explizit file dependency, until dependency injection works properly

This commit is contained in:
Johannes Kirschbauer
2025-04-02 11:09:09 +02:00
parent 6e16d1345e
commit f6f0c1b356
7 changed files with 15 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ in
specialArgs = {
inherit clan-core self;
inherit (inputs) nixpkgs;
# TODO: inject the inventory interface
# inventoryInterface = {};
};
modules = [
buildClanModule.flakePartsModule