Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-27 | Gitignore source before passing to nix | Griffin Smith | 1 | -3/+15 | |
Call hercules-ci's gitignoreSource on the src path before passing to nix, which both prevents spurious rebuilds and also makes compilation via `nix build` (which under the hood uses cabal v1-build) work while also doing development using `cabal new-build` | |||||
2019-08-31 | Use haskellSrc2nix over explicit cabal2nix | Griffin Smith | 1 | -0/+7 | |
Use the (undocumented!) helper function haskellSrc2nix over having to explicitly run cabal2nix all the time when rebuilding |