Upgrade nixpkgs to current master and add an upgrade checklist (#1579)

* simplify haskell packages overrides based on new nixpkgs
* update Nix gitignore
* simplify Haskell packages overlay

Co-authored-by: monacoremo <monacoremo>
This commit is contained in:
Remo Rechkemmer
2020-09-09 19:08:16 -05:00
committed by GitHub
co-authored by monacoremo <monacoremo>
parent bd2160db26
commit 7af54c5813
12 changed files with 188 additions and 90 deletions
+5 -4
View File
@@ -57,7 +57,8 @@ let
docker load -i ${image}
'';
in
buildEnv {
name = "postgrest-docker";
paths = [ load ];
} // { inherit image config; }
buildEnv
{
name = "postgrest-docker";
paths = [ load ];
} // { inherit image config; }