mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 10:06:13 +02:00
tests/lsp: temporarily disable test for sourcekit on aarch64
This commit is contained in:
parent
b75d6875c2
commit
574b168487
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,9 @@
|
|||
};
|
||||
slint-lsp.enable = true;
|
||||
solargraph.enable = true;
|
||||
sourcekit.enable = true;
|
||||
# As of 2024-03-11, sourcekit-lsp is broken on aarch64
|
||||
# TODO: re-enable this test when fixed
|
||||
sourcekit.enable = !pkgs.stdenv.isAarch64;
|
||||
svelte.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
taplo.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue