mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
tests/lsp/efmls: disable php on darwin
Broken dependency on darwin
This commit is contained in:
parent
675c5f27fc
commit
52984eaa0f
1 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,15 @@
|
|||
# TODO: re-enable those tests when fixed
|
||||
"chktex"
|
||||
"latexindent"
|
||||
# TODO: added 2024-10-01 re-enable when fixed
|
||||
# broken https://github.com/NixOS/nixpkgs/issues/345331
|
||||
"php"
|
||||
"phan"
|
||||
"phpstan"
|
||||
"psalm"
|
||||
"phpcbf"
|
||||
"php_cs_fixer"
|
||||
"phpcs"
|
||||
]
|
||||
++ lib.optionals (system == "x86_64-darwin") [
|
||||
# As of 2024-07-31, dmd is broken on x86_64-darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue