refactor: unify evalClanService with evalService

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

View File

@@ -82,13 +82,13 @@ let
};
};
eval = clanLib.inventory.evalClanService {
eval = clanLib.evalService {
modules = [
(consumer-A)
];
prefix = [ ];
};
eval2 = clanLib.inventory.evalClanService {
eval2 = clanLib.evalService {
modules = [
(consumer-B)
];

View File

@@ -56,7 +56,7 @@ let
};
};
eval = clanLib.inventory.evalClanService {
eval = clanLib.evalService {
modules = [
(service-A)
];

View File

@@ -86,7 +86,7 @@ let
};
};
eval = clanLib.inventory.evalClanService {
eval = clanLib.evalService {
modules = [
(service-A)
];