mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
tests/all-package-defaults: disable trivy on x86_64-darwin (flaky)
This commit is contained in:
committed by
Matt Sturgeon
parent
cfa1df0088
commit
793f22ff3d
@@ -109,6 +109,11 @@ let
|
||||
"wl-clipboard" # wayland
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
|
||||
# 2025-12-24: build failure
|
||||
# I (@GaetanLepage) am able to build this package on my system, but it is not cached on
|
||||
# hydra.nixos.org and builbot fails at building it
|
||||
"trivy"
|
||||
|
||||
# 2025-11-16 dependency libsigsegv is broken
|
||||
"texlive"
|
||||
"texlive-combined-medium"
|
||||
|
||||
Reference in New Issue
Block a user