Skip to content

Commit 9c19892

Browse files
committed
tests/plugins/efml-configs: disable rustfmt on x86_64-darwin
NixOS/nixpkgs#427702
1 parent dd73afe commit 9c19892

File tree

1 file changed

+3
-0
lines changed
  • tests/test-sources/plugins/by-name/efmls-configs

1 file changed

+3
-0
lines changed

tests/test-sources/plugins/by-name/efmls-configs/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"bashate"
5454
]
5555
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
56+
# TODO: 2025-07-25 rustfmt is broken (https://github.com/NixOS/nixpkgs/pull/427702)
57+
"rustfmt"
58+
5659
# As of 2024-07-31, dmd is broken on x86_64-darwin
5760
# https://github.com/NixOS/nixpkgs/pull/331373
5861
# TODO: re-enable this test when fixed

0 commit comments

Comments
 (0)