mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/lsp-servers: disable bitbake_language_server (build failure)
This commit is contained in:
parent
5a980d02fa
commit
8926001426
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ let
|
|||
"dafny"
|
||||
"fsautocomplete"
|
||||
"omnisharp"
|
||||
# TODO: 2025-01-22 python312Packages.anytree is broken (dependency of bitbake-language-server)
|
||||
"bitbake_language_server"
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
"fsautocomplete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue