mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 04:05:06 +02:00
tests/{lsp-servers,efmls-configs}: disable psalm
https://github.com/NixOS/nixpkgs/pull/356704
This commit is contained in:
parent
80f1ae5dc7
commit
8fa53164b5
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,9 @@ let
|
|||
"dafny"
|
||||
"fsautocomplete"
|
||||
"omnisharp"
|
||||
# TODO: added 2024-11-30
|
||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
|
||||
"psalm"
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
"fsautocomplete"
|
||||
|
|
|
@ -31,6 +31,9 @@
|
|||
# TODO: added 2024-10-15
|
||||
# re-enable after fixed
|
||||
"dmd"
|
||||
# TODO: added 2024-11-30
|
||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
|
||||
"psalm"
|
||||
]
|
||||
++ lib.optionals (system == "aarch64-linux") [
|
||||
# Broken as of 2024-07-13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue