forked from colonelpanic/dotfiles
[taffybar] Fix nix-shell for my project
This commit is contained in:
parent
701f236ab6
commit
05ac8d20df
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user