1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00

tests: disable yamlfix (build failure)

fixed in https://github.com/NixOS/nixpkgs/pull/455238
This commit is contained in:
Gaetan Lepage 2025-10-24 15:34:28 +02:00 committed by Gaétan Lepage
parent 2847594d13
commit 0892bc7ce6
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,10 @@ let
}; };
disabledTests = [ disabledTests = [
# TODO 2025-10-24
# build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
"yamlfix"
# TODO: 2025-10-03 # TODO: 2025-10-03
# Transient dependency `vmr` has a build failure # Transient dependency `vmr` has a build failure
# https://github.com/NixOS/nixpkgs/issues/431811 # https://github.com/NixOS/nixpkgs/issues/431811

View file

@ -97,6 +97,10 @@
sources = sources =
let let
disabled = [ disabled = [
# TODO Added 2025-10-24
# build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
"yamlfix"
# TODO Added 2025-10-12 # TODO Added 2025-10-12
# mbedtls is marked insecure # mbedtls is marked insecure
"haxe_formatter" "haxe_formatter"