diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index 8899f462..df857864 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -48,9 +48,6 @@ 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" diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index ee798e1a..4beeeb41 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -31,9 +31,6 @@ # 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