We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f28c81 commit 35708afCopy full SHA for 35708af
tests/lsp-servers.nix
@@ -45,16 +45,14 @@ let
45
"ruff_lsp"
46
"bufls"
47
"typst_lsp"
48
-
49
- # `vectorcode` fails its python dependency check, as the required dependency is dropped.
50
- # See https://github.com/NixOS/nixpkgs/issues/415770
51
- # and https://github.com/NixOS/nixpkgs/pull/416834#discussion_r2153315104
52
- "vectorcode_server"
53
]
54
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
55
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
56
"sourcekit"
57
+ # pkgs.vectorcode is not available on this platform
+ "vectorcode_server"
+
58
# TODO: 2024-10-05 build failure
59
"fstar"
60
0 commit comments