refactor: unify evalClanService with evalService

This commit is contained in:
Johannes Kirschbauer
2025-06-26 14:50:35 +02:00
parent fa525304ac
commit 9ef518fa20
13 changed files with 97 additions and 101 deletions

View File

@@ -46,7 +46,7 @@ in
legacyPackages.clan-service-module-interface =
(pkgs.nixosOptionsDoc {
options =
(self.clanLib.inventory.evalClanService {
(self.clanLib.evalService {
modules = [ ];
prefix = [ ];
}).options;