Commit Graph

6 Commits

Author SHA1 Message Date
Luc Tielen
6b73283246 Clean nix configuration
* Point to more recent nixpkgs commit. This fixes build issue with python
  3.7.3 (only on darwin?).

* Separate shell.nix and default.nix. This is so that lorri can be used for
  development.

* Add nix output to .gitignore.

* Format *.nix using nixfmt.

* Use gitignore for filtering files in nix derivation.
2019-06-23 19:17:05 +02:00
mrkkrp
f27a6abaf8
Skip pushing to cachix when the required context is not provided 2019-06-05 20:27:46 +02:00
mrkkrp
3874bb6588 Try to save Haddock as a build artifact 2019-05-31 16:09:35 +02:00
mrkkrp
34b9b71601 Build the project with Nix and switct to GHC 8.6.4
It was decided that we're going to make the project compatible with just one
GHC version at a time. Right now this version is going to be 8.6.4.

A small refactoring included, plus support for the “deriving via” feature.
2019-05-31 14:43:15 +02:00
mrkkrp
2e176093d7 Try to fix CI 2019-05-23 14:39:43 +02:00
mrkkrp
dc6605107a
Initial commit 2018-11-25 20:51:22 +07:00