Bump nixpkgs and simplify/clean up nix setup (#1529)

* Refactor tests and fix README

* fix linting hints from new hlint version

* postgrest-style with new nixpkgs-fmt
This commit is contained in:
Remo Rechkemmer
2020-05-20 21:30:20 -05:00
committed by GitHub
parent e6874c866d
commit 48c9ac36b1
27 changed files with 268 additions and 344 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ The `.nix` files in this directory pin specific versions of Haskell packages
from Hackage. They were generated with `cabal2nix`, e.g.:
```bash
cabal2nix cabal://protolude > protolude.nix
cabal2nix cabal://Cabal-3.0.0.0 > Cabal.nix
```
Those overrides might become obsolete as the pinned versions are adopted into
our pinned version of nixpkgs.
Those overrides will likely become obsolete as the pinned versions are adopted
into our pinned version of nixpkgs.