-
Notifications
You must be signed in to change notification settings - Fork 41
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
Unclear how to add new dependencies #251
Comments
You don't need to add it to (This project needs a |
You may also need to teach |
@michaelpj I've updated my branch, but I'm still seeing the same issue. I'm also not sure how to determine what should go in the |
Note that the |
You should be able to do the usual TOFU dance: Nix will tell you if it doesn't match. Also what Nick said. |
@michaelpj @nc6 Commenting the
How would I do this? There's no equivalent file here. |
https://input-output-hk.github.io/haskell.nix/tutorials/pkg-map.html In the short term you can put in a nixpkgs overlay providing |
Oh, ignore me, it's already there, so that should be fine. |
@michaelpj I now get this error on a build attempt, so clearly something isn't there:
|
I think it's easier than you think. I just added the dep to |
So you never needed to do the |
Good to know, thanks! |
For this task here. I'm trying to add a dependency on
secp256k1-haskell
, which (to my best understanding), I've done here. However, when I try to spin up anix-shell
, I get this:It isn't clear to me how new dependencies are to be added - the URL that is specified by
--show-detail
definitely exists, and the commit is live. What have I missed?The text was updated successfully, but these errors were encountered: