1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-09 12:06:04 +01:00

tests: stub more packages on darwin (#6780)

Try to reduce CI time and failure chances more.
This commit is contained in:
Austin Horstman 2025-04-08 07:45:40 -07:00 committed by GitHub
parent 05cd34203e
commit df09fb5981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,8 @@ let
# Packages are scrubbed in linux and expected in test output # Packages are scrubbed in linux and expected in test output
packagesToScrub = [ packagesToScrub = [
"aerc" "aerc"
"aerospace"
"alacritty"
"alot" "alot"
"antidote" "antidote"
"aria2" "aria2"
@ -74,7 +76,9 @@ let
"autojump" "autojump"
"bacon" "bacon"
"bash" "bash"
"bashInteractive"
"bash-completion" "bash-completion"
"bash-preexec"
"bat" "bat"
"borgmatic" "borgmatic"
"bottom" "bottom"
@ -146,6 +150,8 @@ let
"nix" "nix"
"nix-index" "nix-index"
"nix-your-shell" "nix-your-shell"
"npth"
"nushell"
"ollama" "ollama"
"onlyoffice-desktopeditors" "onlyoffice-desktopeditors"
"openstackclient" "openstackclient"
@ -191,6 +197,7 @@ let
"watson" "watson"
"wezterm" "wezterm"
"yazi" "yazi"
"yq-go"
"yubikey-agent" "yubikey-agent"
"zed-editor" "zed-editor"
"zellij" "zellij"