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

tests: disable terragrunt (build failure)

https://github.com/NixOS/nixpkgs/issues/472704
This commit is contained in:
Gaetan Lepage 2025-12-20 13:45:03 +01:00 committed by Matt Sturgeon
parent a5baead83c
commit 9f8955a868
3 changed files with 13 additions and 1 deletions

View file

@ -13,6 +13,10 @@ in
{
inherit states;
formatter-packages = {
# 2025-12-20 build failure
# https://github.com/NixOS/nixpkgs/issues/472704
terragrunt_hclfmt = states.broken terragrunt;
# 2025-11-15 dependency swift is broken
# https://github.com/NixOS/nixpkgs/issues/461474
swift = states.broken swift;
@ -152,7 +156,6 @@ in
inherit (rubyPackages) syntax_tree;
tclfmt = tclint;
terraform_fmt = tenv;
terragrunt_hclfmt = terragrunt;
tofu_fmt = opentofu;
v = vlang;
xmlformatter = xmlformat;

View file

@ -18,6 +18,10 @@ let
"sourcekit-lsp"
"swift-format"
# 2025-12-20 build failure
# https://github.com/NixOS/nixpkgs/issues/472704
"terragrunt"
# 2025-10-12 dependency mbedtls is marked as insecure
"haxe"
]

View file

@ -100,6 +100,11 @@
sources =
let
disabled = [
# TODO Added 2025-12-20 build failure
# https://github.com/NixOS/nixpkgs/issues/472704
"terragrunt_fmt"
"terragrunt_validate"
# TODO Added 2025-11-15
# dependency swift is broken
# https://github.com/NixOS/nixpkgs/issues/461474