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:
parent
1f5db489ea
commit
a016f50ba3
2 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ let
|
||||||
|
|
||||||
# 2025-10-12 build failure (luaformatter depends on broken antlr-runtime-cpp)
|
# 2025-10-12 build failure (luaformatter depends on broken antlr-runtime-cpp)
|
||||||
"luaformatter"
|
"luaformatter"
|
||||||
|
|
||||||
|
# 2025-10-12 dependency mbedtls is marked as insecure
|
||||||
|
"haxe"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
# "tabnine"
|
# "tabnine"
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,10 @@
|
||||||
sources =
|
sources =
|
||||||
let
|
let
|
||||||
disabled = [
|
disabled = [
|
||||||
|
# TODO Added 2025-10-12
|
||||||
|
# mbedtls is marked insecure
|
||||||
|
"haxe_formatter"
|
||||||
|
|
||||||
# TODO Added 2025-04-01
|
# TODO Added 2025-04-01
|
||||||
# php-cs-fixer is marked as broken
|
# php-cs-fixer is marked as broken
|
||||||
"phpcsfixer"
|
"phpcsfixer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue