mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/lsp/efmls-configs: enable php tests again on darwin
This commit is contained in:
parent
db95f9dbd4
commit
296bb568ee
1 changed files with 0 additions and 9 deletions
|
@ -42,15 +42,6 @@
|
||||||
# TODO: re-enable those tests when fixed
|
# TODO: re-enable those tests when fixed
|
||||||
"chktex"
|
"chktex"
|
||||||
"latexindent"
|
"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") [
|
++ lib.optionals (system == "x86_64-darwin") [
|
||||||
# As of 2024-07-31, dmd is broken on 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