tests/{lsp-servers,efmls-configs}: disable psalm

https://github.com/NixOS/nixpkgs/pull/356704
This commit is contained in:
Gaetan Lepage 2024-11-17 13:49:42 +01:00 committed by nix-infra-bot
parent 8b77198d49
commit e1417016df
2 changed files with 9 additions and 1 deletions

View file

@ -37,7 +37,12 @@ let
}:
let
disabled =
lib.optionals pkgs.stdenv.isDarwin [
[
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
]
++ lib.optionals pkgs.stdenv.isDarwin [
"fsautocomplete"
]
++ lib.optionals pkgs.stdenv.isAarch64 [

View file

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