mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux
This commit is contained in:
parent
e3733a2f27
commit
38dd5b07a0
4 changed files with 33 additions and 2 deletions
|
@ -46,6 +46,13 @@ let
|
|||
# Broken
|
||||
"scheme_langserver"
|
||||
]
|
||||
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-linux") [
|
||||
# Those LSP servers depend on pkgs._7zz which is broken as of 2024-11-03
|
||||
# Re-enable when https://github.com/NixOS/nixpkgs/pull/353272 lands on `nixos-unstable`
|
||||
"phpactor"
|
||||
"psalm"
|
||||
"phan"
|
||||
]
|
||||
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
|
||||
# Binary package not available for this architecture
|
||||
"starpls"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue