mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 19:54:32 +02:00
tests/{lsp-servers,efmls-configs}: disable psalm
https://github.com/NixOS/nixpkgs/pull/356704
This commit is contained in:
parent
8b77198d49
commit
e1417016df
2 changed files with 9 additions and 1 deletions
|
@ -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 [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue