about summary refs log tree commit diff
path: root/pkg.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-27 Gitignore source before passing to nixGriffin Smith1-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 cabal2nixGriffin Smith1-0/+7
Use the (undocumented!) helper function haskellSrc2nix over having to explicitly run cabal2nix all the time when rebuilding