octopod/shell.nix
iko cbcd09f114 Migrate to haskell.nix for everything (#46)
* Migrate to haskell.nix for everything

* Fixed build (?)

* Fixed build

* build frontend with ghcjs

* Updated Makefile

* Uglified js

* Made frontend actually work (:

* Increase swap

* Added checkout back in (:

* Updated VS Code settings

* formatted cabal.project

* cleaned up nix
2021-07-16 15:56:18 +03:00

12 lines
206 B
Nix

(import ./default.nix { }).shellFor {
tools = {
cabal = "3.2.0.0";
hlint = "latest";
haskell-language-server = "latest";
ghcid = "latest";
};
withHoogle = true;
exactDeps = true;
}