mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-25 02:10:58 +01:00
tests: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455238
This commit is contained in:
parent
2847594d13
commit
0892bc7ce6
2 changed files with 8 additions and 0 deletions
|
|
@ -97,6 +97,10 @@
|
|||
sources =
|
||||
let
|
||||
disabled = [
|
||||
# TODO Added 2025-10-24
|
||||
# build failure (fixed in https://github.com/NixOS/nixpkgs/pull/455238)
|
||||
"yamlfix"
|
||||
|
||||
# TODO Added 2025-10-12
|
||||
# mbedtls is marked insecure
|
||||
"haxe_formatter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue