From 9c198924557b68a7874edd7b8c9b6e24693268a7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 25 Jul 2025 18:17:39 +0200 Subject: [PATCH] tests/plugins/efml-configs: disable rustfmt on x86_64-darwin https://github.com/NixOS/nixpkgs/pull/427702 --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-sources/plugins/by-name/efmls-configs/default.nix b/tests/test-sources/plugins/by-name/efmls-configs/default.nix index 12917d8b..6745bffd 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -53,6 +53,9 @@ "bashate" ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [ + # TODO: 2025-07-25 rustfmt is broken (https://github.com/NixOS/nixpkgs/pull/427702) + "rustfmt" + # As of 2024-07-31, dmd is broken on x86_64-darwin # https://github.com/NixOS/nixpkgs/pull/331373 # TODO: re-enable this test when fixed