1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-24 09:06:17 +00:00

tests: stub more expected packages darwin (#6649)

Get ahead of random breakages blocking ci.
This commit is contained in:
Austin Horstman 2025-03-17 14:14:02 -05:00 committed by GitHub
parent 4e12151c9e
commit 5a6e5a59a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,27 +61,82 @@ let
};
in outer;
# TODO: figure out stdenv stubbing so we don't have to do this
darwinBlacklist = let
# List of packages that need to be scrubbed on Darwin
# Packages are scrubbed in linux and expected in test output
packagesToScrub = [
"aerc"
"alot"
"antidote"
"aria2"
"atuin"
"autojump"
"bacon"
"bash"
"bash-completion"
"bat"
"borgmatic"
"bottom"
"broot"
"browserpass"
"btop"
"carapace"
"cava"
"cmus"
"comodoro"
"darcs"
"dircolors"
"delta"
"direnv"
"earthly"
"emacs"
"espanso"
"fastfetch"
"feh"
"gallery-dl"
"gh"
"gh-dash"
"ghostty"
"git"
"git-cliff"
"git-credential-oauth"
"git-worktree-switcher"
"gnupg"
"go"
"granted"
"helix"
"himalaya"
"htop"
"hyfetch"
"i3status"
"irssi"
"jujutsu"
"joplin-desktop"
"jqp"
"k9s"
"kakoune"
"khal"
"khard"
"kitty"
"kubecolor"
"lapce"
"ledger"
"less"
"lesspipe"
"lf"
"lsd"
"lieer"
"mbsync"
"micro"
"mise"
"mpv"
"mu"
"mujmap"
"msmtp"
"ne"
"neomutt"
"neovide"
"nheko"
"nix"
"nix-index"
@ -90,16 +145,47 @@ let
"openstackclient"
"papis"
"pay-respects"
"pet"
"pistol"
"pls"
"poetry"
"powerline-go"
"pubs"
"pyenv"
"sagemath"
"qcal"
"qutebrowser"
"ranger"
"rio"
"ripgrep"
"ruff"
"sage"
"sapling"
"sbt"
"scmpuff"
"senpai"
"sftpman"
"sioyek"
"sm64ex"
"spotify-player"
"starship"
"taskwarrior"
"tealdeer"
"texlive"
"thefuck"
"thunderbird"
"tmate"
"topgrade"
"translate-shell"
"vifm"
"vim-vint"
"vscode"
"watson"
"wezterm"
"yazi"
"yubikey-agent"
"zed-editor"
"zellij"
"zk"
"zplug"
"zsh"
];