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 25d9507 commit 165d207Copy full SHA for 165d207
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/d1b20f35ec7d3761e59bd323bbe0cca23b3dfc82.tar.gz;
+ else fetchTarball https://github.com/nh2/static-haskell-nix/archive/39f2f38ed042e84d8b6627a236c1815f48023d3c.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