clanServices: remove unnecessary localModules

This commit is contained in:
Johannes Kirschbauer
2025-06-30 16:02:56 +02:00
parent 65f01c72bd
commit 1e94fd18f8
5 changed files with 26 additions and 24 deletions

View File

@@ -248,7 +248,7 @@ in
{
distributedServices = clanLib.inventory.mapInstances {
inherit (config) inventory;
inherit localModuleSet flakeInputs;
inherit flakeInputs;
clanCoreModules = clan-core.clan.modules;
prefix = [ "distributedServices" ];
};