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

tests/all-package-defaults: disable atopile

Transient dependency `kicad-base` is marked broken:
https://github.com/NixOS/nixpkgs/pull/403987
This commit is contained in:
Matt Sturgeon 2025-10-03 22:37:00 +01:00
parent 1a845c801e
commit 42d87fd4d8

View file

@ -61,6 +61,10 @@ let
"rustaceanvim"
]
++ lib.optionals hostPlatform.isDarwin [
# Transient dependency `kicad-base` is marked broken
# https://github.com/NixOS/nixpkgs/pull/403987
"atopile"
# xdotool is not available on darwin
"fontpreview"