Fix taffybar dev shell tool resolution

This commit is contained in:
2026-03-29 12:57:53 -07:00
committed by Kat Huang
parent 73393ace58
commit b56fc7f9d4
2 changed files with 3 additions and 1 deletions

View File

@@ -214,7 +214,9 @@
devShell = hpkgs.shellFor { devShell = hpkgs.shellFor {
packages = p: [ p.imalison-taffybar p.taffybar ]; packages = p: [ p.imalison-taffybar p.taffybar ];
nativeBuildInputs = (with hpkgs; [ nativeBuildInputs = (with hpkgs; [
alex
cabal-install cabal-install
happy
# ghcid ormolu implicit-hie haskell-language-server hlint # ghcid ormolu implicit-hie haskell-language-server hlint
]) ++ [ ]) ++ [
pkgs.gdk-pixbuf pkgs.gdk-pixbuf