Skip to content

Commit 3ced6dc

Browse files
committed
Include taffybar config modules in flake source
1 parent e086530 commit 3ced6dc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

dotfiles/config/taffybar/flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,12 @@
128128
imalison-taffybar = pkgs.haskell.lib.overrideCabal
129129
(pkgs.haskell.lib.addPkgconfigDepends (
130130
hself.callCabal2nix "imalison-taffybar"
131-
(pkgs.lib.sourceByRegex ./. [ "taffybar.hs" "imalison-taffybar.cabal" ])
131+
(pkgs.lib.sourceByRegex ./. [
132+
"taffybar.hs"
133+
"imalison-taffybar.cabal"
134+
"TaffybarConfig"
135+
"TaffybarConfig/.*"
136+
])
132137
{ }
133138
) [
134139
pkgs.util-linux.dev

0 commit comments

Comments
 (0)