mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
tests/plugins/lsp: disable vscode-langservers-extracted tests (broken package)
Re-enable after https://github.com/NixOS/nixpkgs/pull/335559 is available in nixos-unstable.
This commit is contained in:
parent
f7cdecbad8
commit
a1a3488779
4 changed files with 27 additions and 9 deletions
|
@ -87,7 +87,9 @@
|
|||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
jsonls.enable = true;
|
||||
# TODO: re-enable when pkg is fixed and available
|
||||
# https://github.com/NixOS/nixpkgs/pull/335559
|
||||
# jsonls.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue