stack2nix icon indicating copy to clipboard operation
stack2nix copied to clipboard

Not running correctly with nix-build

Open commandodev opened this issue 6 years ago • 1 comments

⇒  ./result/bin/stack2nix .

Ensuring git version is >= 2 ...
Ensuring cabal version is >= 2 ...
stack2nix: haskell.compiler.ghc843 failed to build via nix
CallStack (from HasCallStack):
  error, called at src/Stack2nix/Util.hs:79:22 in stack2nix-0.2.2-EtJJy0cFom33lozvs8RJ6L:Stack2nix.Util

Looks like this is trying to install ghc-8.4.3. Do I need to build stack2nix with the correct version or something?

commandodev avatar Mar 14 '19 06:03 commandodev

See https://github.com/input-output-hk/stack2nix/issues/166 for a few workarounds.

purefn avatar May 24 '19 20:05 purefn