refactor: unify evalClanService with evalService
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
clanModulesViaService = lib.mapAttrs (
|
||||
_moduleName: moduleValue:
|
||||
let
|
||||
evaluatedService = clan-core.clanLib.inventory.evalClanService {
|
||||
evaluatedService = clan-core.clanLib.evalService {
|
||||
modules = [ moduleValue ];
|
||||
prefix = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user