Closed JordanMartinez closed 1 year ago
Shoot, looks like we're using @f-f's fork and it doesn't support 0.15.7: https://github.com/purescript/registry-dev/blob/412da4527ff833b9de08b26e4cc670fb4c4b73a0/flake.nix#L14-L18
We can either update that fork, or we can add both the fork and justinwoo's easy-purescript-nix to our Flake, taking all purescript tools except spago from easy-purescript-nix and taking only spago from the f-f fork.
I am pushing a new Spago version later today - it will be the first alpha so I can push it to my fork or add it to easy-purescript-nix
Update: I am still going to push the first Spago alpha later, but I synced my fork to upstream in the meantime.
Update: I am still going to push the first Spago alpha later, but I synced my fork to upstream in the meantime.
Does that mean I don't need to do this? Or that I should run the above command again?
Yep, now my fork is up to date (both synced with upstream, and with the latest of the new spago).
Running the command again should have worked, but you were unlucky to catch the brief window in which I pushed a broken version of spago. Running again should fetch the latest version that has the fix.
CI passes. Can we get this merged?
See https://github.com/purescript/registry/issues/121#issuecomment-1352404601