mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (broken)
This commit is contained in:
parent
e2bd0e5db0
commit
5281e7957f
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@
|
|||
# TODO: re-enable those tests when fixed
|
||||
"chktex"
|
||||
"latexindent"
|
||||
]
|
||||
++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [
|
||||
# As of 2024-01-04, dmd is broken on x86_64-darwin
|
||||
# TODO: re-enable this test when fixed
|
||||
"dmd"
|
||||
# As of 2024-01-04, luaformat is broken on x86_64-darwin
|
||||
# TODO: re-enable this test when fixed
|
||||
"lua_format"
|
||||
];
|
||||
|
||||
unpackaged =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue