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