We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd73afe commit 9c19892Copy full SHA for 9c19892
tests/test-sources/plugins/by-name/efmls-configs/default.nix
@@ -53,6 +53,9 @@
53
"bashate"
54
]
55
++ 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
+
59
# As of 2024-07-31, dmd is broken on x86_64-darwin
60
# https://github.com/NixOS/nixpkgs/pull/331373
61
# TODO: re-enable this test when fixed
0 commit comments