From fac9ca497df4254da1767546dd4c049efa7e7ed8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 13 Jun 2025 13:08:29 +0200 Subject: [PATCH] checks: Remove the syncthing check again Someone readded it for some unknown reason. --- checks/flake-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/checks/flake-module.nix b/checks/flake-module.nix index c87131108..ed3122540 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -53,7 +53,6 @@ in dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs; dummy-inventory-test-from-flake = import ./dummy-inventory-test-from-flake nixosTestArgs; data-mesher = import ./data-mesher nixosTestArgs; - syncthing = import ./syncthing nixosTestArgs; } // lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "aarch64-linux") { # for some reason this hangs in an odd place in CI, but it works on my machine ...