[taffybar] Add hls for personal config flake
This commit is contained in:
parent
40ffbea4c9
commit
574313fec5
@ -13,6 +13,9 @@
|
||||
rec {
|
||||
devShell = pkgs.haskellPackages.shellFor {
|
||||
packages = p: [ p.imalison-taffybar p.taffybar ];
|
||||
nativeBuildInputs = with pkgs.haskellPackages; [
|
||||
cabal-install hlint ghcid ormolu implicit-hie haskell-language-server
|
||||
];
|
||||
};
|
||||
defaultPackage = pkgs.haskellPackages.imalison-taffybar;
|
||||
}) // { inherit overlay overlays; } ;
|
||||
|
Loading…
Reference in New Issue
Block a user