-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to deal with missing ghc version on Nix? #166
Comments
@wizzup I worked around this by specifying a NIX_PATH that I know has the right ghc in it. In my case, I needed something with ghc 8.6.3 but in the nixpkgs for my user it has been dropped and replaced with 8.6.4. So I had to backtrack and find a revision with 8.6.3 in it and use that.
HTH |
@purefn Thanks, That's one way to do it. I end-up edit the |
I think if stack2nix can't build deps it should have a better error message. |
Try to convert gloss project to nix expression and got following error
I am on NixOS but my channel no longer have
ghc861
for a very long time after many updatesThe text was updated successfully, but these errors were encountered: