From b56fc7f9d496e1411ea6162a5021cd337bda0503 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 29 Mar 2026 12:57:53 -0700 Subject: [PATCH] Fix taffybar dev shell tool resolution --- dotfiles/config/taffybar/flake.nix | 2 ++ dotfiles/config/taffybar/taffybar | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/flake.nix b/dotfiles/config/taffybar/flake.nix index c74cb344..f535787a 100644 --- a/dotfiles/config/taffybar/flake.nix +++ b/dotfiles/config/taffybar/flake.nix @@ -214,7 +214,9 @@ devShell = hpkgs.shellFor { packages = p: [ p.imalison-taffybar p.taffybar ]; nativeBuildInputs = (with hpkgs; [ + alex cabal-install + happy # ghcid ormolu implicit-hie haskell-language-server hlint ]) ++ [ pkgs.gdk-pixbuf diff --git a/dotfiles/config/taffybar/taffybar b/dotfiles/config/taffybar/taffybar index f892d1bf..173b9991 160000 --- a/dotfiles/config/taffybar/taffybar +++ b/dotfiles/config/taffybar/taffybar @@ -1 +1 @@ -Subproject commit f892d1bfba46781d2156d7927477ce6fc4a6b775 +Subproject commit 173b999172dee36758e79be60ce6920c80c3b5d1