From 05ac8d20dfa1a3b12f3d1e29216610a984109995 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 12 Jun 2021 17:40:18 -0600 Subject: [PATCH] [taffybar] Fix nix-shell for my project --- dotfiles/config/taffybar/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/shell.nix b/dotfiles/config/taffybar/shell.nix index e7a40f3e..7b120a37 100644 --- a/dotfiles/config/taffybar/shell.nix +++ b/dotfiles/config/taffybar/shell.nix @@ -1,5 +1,5 @@ let - pkgs = (import ./base.nix); + pkgs = import ./base.nix (import ); in pkgs.haskellPackages.shellFor { packages = p: [ p.imalison-taffybar p.taffybar ]; }