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

@@ -1,12 +1,9 @@
{
lib,
clanLib,
clan-core,
clanLib
}:
let
services = clanLib.callLib ./distributed-service/inventory-adapter.nix {
inherit clan-core;
};
services = clanLib.callLib ./distributed-service/inventory-adapter.nix { };
in
{
inherit (services) mapInstances;