Matt Sturgeon 2025-06-18 00:27:07 +01:00
parent a87d78ec32
commit 5a16e930a6
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -45,14 +45,16 @@ let
"ruff_lsp"
"bufls"
"typst_lsp"
# `vectorcode` fails its python dependency check, as the required dependency is dropped.
# See https://github.com/NixOS/nixpkgs/issues/415770
# and https://github.com/NixOS/nixpkgs/pull/416834#discussion_r2153315104
"vectorcode_server"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
"sourcekit"
# pkgs.vectorcode is not available on this platform
"vectorcode_server"
# TODO: 2024-10-05 build failure
"fstar"