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

Revert "tests: disable yamlfix (build failure)"

This reverts commit 0892bc7ce6.
This commit is contained in:
Gaetan Lepage 2025-10-25 18:25:37 +02:00 committed by Austin Horstman
parent 1b44dc1457
commit bbc36c53c7
2 changed files with 0 additions and 8 deletions

View file

@ -13,10 +13,6 @@ let
}; };
disabledTests = [ disabledTests = [
# TODO 2025-10-24
# build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
"yamlfix"
# 2025-10-12 dependency mbedtls is marked as insecure # 2025-10-12 dependency mbedtls is marked as insecure
"haxe" "haxe"
] ]

View file

@ -97,10 +97,6 @@
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"