Random tweaks

This commit is contained in:
2021-08-09 03:40:36 -06:00
parent a7f548d230
commit 923b52b4b2
6 changed files with 11 additions and 9 deletions

View File

@@ -20,6 +20,9 @@
rec {
devShell = pkgs.haskellPackages.shellFor {
packages = p: [ p.imalison-xmonad ];
buildInputs = with pkgs.haskellPackages; [
cabal-install haskell-language-server hlint ghcid ormolu implicit-hie
];
};
defaultPackage = pkgs.haskellPackages.imalison-xmonad;
}) // { inherit overlay overlays; } ;