mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
tests/plugins/efml-configs: disable rustfmt on x86_64-darwin
https://github.com/NixOS/nixpkgs/pull/427702
This commit is contained in:
parent
dd73afe9c6
commit
9c19892455
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
||||||
"bashate"
|
"bashate"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
|
++ 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
|
# As of 2024-07-31, dmd is broken on x86_64-darwin
|
||||||
# https://github.com/NixOS/nixpkgs/pull/331373
|
# https://github.com/NixOS/nixpkgs/pull/331373
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue