Fix nix script

(Because new extra dependency was added.)
This commit is contained in:
Filip Gralinski 2020-01-04 21:58:32 +01:00
parent 5171cf0ac6
commit 4f38ecada9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ let
stack2nix-script = import "${static-haskell-nix}/static-stack2nix-builder/stack2nix-script.nix" {
inherit pkgs;
stack-project-dir = toString ./.; # where stack.yaml is
hackageSnapshot = "2019-05-08T00:00:00Z"; # pins e.g. extra-deps without hashes or revisions
hackageSnapshot = "2020-01-03T00:00:00Z"; # pins e.g. extra-deps without hashes or revisions
};
static-stack2nix-builder = import "${static-haskell-nix}/static-stack2nix-builder/default.nix" {