tests/{efmls-configs,lsp-servers}: re-enable psalm test

This commit is contained in:
Gaetan Lepage 2024-11-20 23:07:45 +01:00
parent fd41c5afee
commit 7defce3863
2 changed files with 0 additions and 7 deletions

View file

@ -38,10 +38,6 @@ let
let let
disabled = disabled =
[ [
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
# DEPRECATED SERVERS # DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp" "ruff_lsp"

View file

@ -34,9 +34,6 @@
# TODO: added 2024-11-17 # TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691 # Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan" "phpstan"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
] ]
++ lib.optionals (system == "aarch64-linux") [ ++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13 # Broken as of 2024-07-13