fix(checks/data-mesher): format, dont pass a duplicate data-mesher module

This commit is contained in:
Johannes Kirschbauer
2025-04-09 18:03:04 +02:00
parent ec2aee3013
commit c344d57298
8 changed files with 32 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ let
inherit (config) inventory;
inherit flakeInputs;
};
machines = lib.mapAttrs (machineName: v: {
machines = lib.mapAttrs (_machineName: v: {
machineImports = v;
}) config.distributedServices.allMachines;
}