mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp-servers: disable solc (broken package)
This commit is contained in:
parent
7347e4508e
commit
c2e8865357
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ let
|
|||
# ruby-lsp's dependency rubyPackages.prism is broken as of 2024-12-31
|
||||
# https://github.com/NixOS/nixpkgs/issues/369508
|
||||
"ruby_lsp"
|
||||
# solc is broken as of 2024-12-31
|
||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369643
|
||||
# TODO: re-enabled when the fix will be in nixos-unstable
|
||||
"solc"
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
"fsautocomplete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue