We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e72ef1 commit bd66b86Copy full SHA for bd66b86
static-stack2nix-builder-example/default.nix
@@ -13,7 +13,7 @@ let
13
if builtins.pathExists ../.in-static-haskell-nix
14
then toString ../. # for the case that we're in static-haskell-nix itself, so that CI always builds the latest version.
15
# Update this hash to use a different `static-haskell-nix` version:
16
- else fetchTarball https://github.com/nh2/static-haskell-nix/archive/cdc1a9a36add24fac3b98e32b03e0e3c41bd17ee.tar.gz;
+ else fetchTarball https://github.com/nh2/static-haskell-nix/archive/57147ba740363712f589d24dfa005c8c7f6d1056.tar.gz;
17
18
# Pin nixpkgs version
19
# By default to the one `static-haskell-nix` provides, but you may also give
0 commit comments