dmjio / miso

:ramen: A tasty Haskell front-end framework
https://haskell-miso.org
BSD 3-Clause "New" or "Revised" License
2.18k stars 133 forks source link

Nix-Build Error #703

Closed chris-dem closed 2 years ago

chris-dem commented 2 years ago

I keep ketting this error The unauthenticated git protocol on port 9418 is no longer supported. when running nix-build. Specifically on the link git://github.com/ghcjs/ghcjs-base (rev 01014ade3f8f5ae677df192d7c2a208bd795b96c) into /nix/store/rw6wianl67igvdka1jrddbsrq3q2kri8-ghcjs-base-01014ad. Does anyone have any idea how to resolve this? I have already tried changing my git --config. In addition I did add ssh keys to my github.

deemp commented 2 years ago

Hi, @chris-dem. I also got this error. How did you fix it?

chris-dem commented 2 years ago

If I remember correctly, I switched to ghc 8.10

deemp commented 2 years ago

Thank you, @chris-dem