You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is indeed for haskell.nix. Can Updo generate the sha256 without having Nix on the system? I am on Windows (which has no Nix) so I always struggle to generate those.
EDIT: Ah I see it ends up calling nix-prefetch-git so no luck this time :'(
Yes you're right, it calls nix-prefetch-git. I haven't tried getting nix-prefetch-git, the bash script, to work on Windows outside of nix. I expect it would be a challenge.
Describe the bug
I'm not sure how I triggered this, but I got the following after doing a major rebase of my current branch:
with this cabal.project excerpt:
The output seems to indicate it tried to pull that reference from the project git repo, instead of from the one indicated in the SRP.
A
rm -rf dist-newstyle
andcabal build all
succeeded in pulling the right git refs from the right repos.To Reproduce
I don't have a reproducer yet.
System information
cabal
3.12.1.0,ghc
9.6.6The text was updated successfully, but these errors were encountered: