Skip to content

Commit

Permalink
tests/lsp-servers: update ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 4, 2025
1 parent 6441aaf commit 675f5bd
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions tests/lsp-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,14 @@ let
"ruff_lsp"
"bufls"
"typst_lsp"

# TODO: 2025-01-22 python312Packages.anytree is broken (dependency of bitbake-language-server)
"bitbake_language_server"
]
++ lib.optionals pkgs.stdenv.isAarch64 [
# Broken
"scheme_langserver"
]
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
# TODO: 2025-01-09 python312Packages.tree-sitter (dependency of autotools-language-server) is broken
# https://github.com/NixOS/nixpkgs/issues/372375
"autotools_ls"
# TODO: 2024-10-05 build failure
"fstar"

# TODO: 2025-03-04 build failure
# https://github.com/NixOS/nixpkgs/pull/386758
"nickel_ls"
];
in
{
Expand Down

0 comments on commit 675f5bd

Please sign in to comment.