Fix nix script
(Because new extra dependency was added.)
This commit is contained in:
parent
5171cf0ac6
commit
4f38ecada9
@ -26,7 +26,7 @@ let
|
|||||||
stack2nix-script = import "${static-haskell-nix}/static-stack2nix-builder/stack2nix-script.nix" {
|
stack2nix-script = import "${static-haskell-nix}/static-stack2nix-builder/stack2nix-script.nix" {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
stack-project-dir = toString ./.; # where stack.yaml is
|
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" {
|
static-stack2nix-builder = import "${static-haskell-nix}/static-stack2nix-builder/default.nix" {
|
||||||
|
Loading…
Reference in New Issue
Block a user