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 3ccfcdc0c1
commit b0fb0752e9
8 changed files with 32 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
(import ../lib/test-inventory.nix) (
{ self, lib, ... }:
{ lib, ... }:
let
machines = [
@@ -21,9 +21,6 @@
roles.signer.machines = [ "signer" ];
};
};
modules = {
data-mesher = self.clanModules.data-mesher;
};
};
directory = ./.;
};