Skip to content
Commit 139b1377 authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

generic Haskell builder: Don't call `stack setup`.

`stack setup` should not be called inside `nix-build` because
that makes stack download a GHC instead of using nix's one
(the one provided `generic-stack-builder.nix` as the `ghc` argument),
which will not work.
Further evidence for this is that the `stack --nix` support
intentionally uses `--system-ghc` for the same purpose.
parent 060f7cb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment