mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/lsp-servers: disable ruby_lsp (broken package)
This commit is contained in:
parent
1753c4a5d2
commit
7347e4508e
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ let
|
||||||
"dafny"
|
"dafny"
|
||||||
"fsautocomplete"
|
"fsautocomplete"
|
||||||
"omnisharp"
|
"omnisharp"
|
||||||
|
# ruby-lsp's dependency rubyPackages.prism is broken as of 2024-12-31
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/369508
|
||||||
|
"ruby_lsp"
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
"fsautocomplete"
|
"fsautocomplete"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue