mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests/plugins/efmls: disable dmd test on x86_64-darwin
https://github.com/NixOS/nixpkgs/pull/331373
This commit is contained in:
parent
5c149963c0
commit
8024b044d6
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
||||||
"latexindent"
|
"latexindent"
|
||||||
]
|
]
|
||||||
++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [
|
++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [
|
||||||
|
# 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
|
||||||
|
"dmd"
|
||||||
# As of 2024-01-04, luaformat is broken on x86_64-darwin
|
# As of 2024-01-04, luaformat is broken on x86_64-darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
"lua_format"
|
"lua_format"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue