mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/none-ls: disable broken terragrunt_fmt on aarch64-linux
This commit is contained in:
parent
708f8a179b
commit
3ba96f1934
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@
|
|||
# TODO: re-enable when the fix lands in nixpkgs-unstable
|
||||
# https://github.com/NixOS/nixpkgs/pull/389579
|
||||
"semgrep"
|
||||
|
||||
# Added 2025-03-18
|
||||
# TODO: re-enable at the next bump
|
||||
"terragrunt_fmt"
|
||||
"terragrunt_validate"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# Not available on aarch64-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue