From 5b67a634ad0c286d1b563a34346ab803e369ee4b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 29 Nov 2020 17:38:03 -0800 Subject: [PATCH] [taffybar] profile.nix tweaks --- dotfiles/config/taffybar/profile.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/taffybar/profile.nix b/dotfiles/config/taffybar/profile.nix index 202508a4..1a52a690 100644 --- a/dotfiles/config/taffybar/profile.nix +++ b/dotfiles/config/taffybar/profile.nix @@ -8,8 +8,8 @@ let }); }); in pkgs.haskellPackages.shellFor { - packages = _: [ - (pkgs.haskell.lib.doBenchmark pkgs.haskellPackages.imalison-taffybar) pkgs.haskellPackages.taffybar + packages = p: [ + (pkgs.haskell.lib.doBenchmark p.imalison-taffybar) + (pkgs.haskell.lib.doBenchmark p.taffybar) ]; } -