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