1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/{all-package-defaults,none-ls}: disable haxe

Its dependency `mbedtls` is marked as insecure
This commit is contained in:
Gaetan Lepage 2025-10-12 11:13:05 +02:00 committed by Gaétan Lepage
parent 1f5db489ea
commit a016f50ba3
2 changed files with 7 additions and 0 deletions

View file

@ -26,6 +26,9 @@ let
# 2025-10-12 build failure (luaformatter depends on broken antlr-runtime-cpp)
"luaformatter"
# 2025-10-12 dependency mbedtls is marked as insecure
"haxe"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# "tabnine"

View file

@ -97,6 +97,10 @@
sources =
let
disabled = [
# TODO Added 2025-10-12
# mbedtls is marked insecure
"haxe_formatter"
# TODO Added 2025-04-01
# php-cs-fixer is marked as broken
"phpcsfixer"