nixos/taffybar: pin status-notifier-item package

This commit is contained in:
2026-02-18 12:49:25 -08:00
committed by Kat Huang
parent 3c1c20d8c1
commit 3ee5f226ee
3 changed files with 14 additions and 4 deletions

View File

@@ -166,6 +166,12 @@
});
in
{
# Expose commonly-needed ecosystem packages to callers (e.g. NixOS/home-manager
# modules) so they can run the pinned binaries directly.
packages = {
status-notifier-item = hpkgs.status-notifier-item;
};
devShell = hpkgs.shellFor {
packages = p: [ p.imalison-taffybar p.taffybar ];
nativeBuildInputs = (with hpkgs; [