mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 16:50:23 -04:00
tests/lsp: temporarily disable test for sourcekit on aarch64
This commit is contained in:
committed by
Gaétan Lepage
parent
b75d6875c2
commit
574b168487
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user