Add static build with Nix (fixes #1295) (#1494)

* Include modifications to nixpkgs and static-haskell-nix as patches.

* use the patched static-haskell-nix version

* Add cachix postgrest
This commit is contained in:
Remo Rechkemmer
2020-05-12 13:31:37 -05:00
committed by GitHub
parent 6fae07241f
commit 7c0fbf9b3f
7 changed files with 385 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pkgs.lib.overrideDerivation env (
''
# Set our pinned version of Nixpkgs in the NIX_PATH so that
# `stack --nix` also uses that version.
NIX_PATH="nixpkgs=${pinnedPkgs}"
NIX_PATH="nixpkgs=${nixpkgs}"
'';
}
)