[taffybar] Fix nix-shell for my project

This commit is contained in:
Ivan Malison 2021-06-12 17:40:18 -06:00
parent 701f236ab6
commit 05ac8d20df
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,5 +1,5 @@
let
pkgs = (import ./base.nix);
pkgs = import ./base.nix (import <nixpkgs>);
in pkgs.haskellPackages.shellFor {
packages = p: [ p.imalison-taffybar p.taffybar ];
}