Skip to content

Commit

Permalink
WIP: Use ../. for static-stack, remove when the branch is done
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Aug 13, 2019
1 parent f30714c commit 7f14bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-stack2nix-builder-example/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
pkgs = import (fetchTarball https://github.com/nh2/nixpkgs/archive/a2d7e9b875e8ba7fd15b989cf2d80be4e183dc72.tar.gz) {};

# Pin static-haskell-nix version.
static-haskell-nix = fetchTarball https://github.com/nh2/static-haskell-nix/archive/1d37d9a83e570eceef9c7dad5c89557f8179a076.tar.gz;
static-haskell-nix = toString ../.;

stack2nix-script = import "${static-haskell-nix}/static-stack2nix-builder/stack2nix-script.nix" {
inherit pkgs;
Expand Down

0 comments on commit 7f14bc3

Please sign in to comment.