mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
tests: disable docker-language-server (build failure)
Fixed in https://github.com/NixOS/nixpkgs/pull/458418
This commit is contained in:
parent
6aa891918a
commit
a38fba5880
2 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ let
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# 2025-10-12 dependency mbedtls is marked as insecure
|
# 2025-10-12 dependency mbedtls is marked as insecure
|
||||||
"haxe"
|
"haxe"
|
||||||
|
|
||||||
|
# 2025-11-06 build failure
|
||||||
|
# Fixed in https://github.com/NixOS/nixpkgs/pull/458418
|
||||||
|
"docker-language-server"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
# "tabnine"
|
# "tabnine"
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,10 @@ let
|
||||||
# TODO: 2025-07-25 build failure
|
# TODO: 2025-07-25 build failure
|
||||||
"mint"
|
"mint"
|
||||||
|
|
||||||
|
# TODO: 2025-11-06 build failure
|
||||||
|
# Fixed in https://github.com/NixOS/nixpkgs/pull/458418
|
||||||
|
"docker_language_server"
|
||||||
|
|
||||||
# DEPRECATED SERVERS
|
# DEPRECATED SERVERS
|
||||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||||
"ruff_lsp"
|
"ruff_lsp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue