Skip to content
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

[WIP] Update haskell.nix #503

Closed
wants to merge 1 commit into from

Conversation

kozross
Copy link

@kozross kozross commented Feb 9, 2022

This is necessary for this issue, specifically for the support of Schnorr signatures, as per this PR. As all our SECP256k1 support currently goes via cardano-base (see this PR), we need access to an updated libsecp256k1, which has only been added to nixpkgs-unstable recently.

As this currently depends on this PR landing, I have marked it WIP. Once the haskell.nix PR lands, I will update to aim at haskell.nix master instead of our fork.

@michaelpj
Copy link
Collaborator

You could also just teach cardano-base to pass an explicit nixpkgs pin instead of taking the one from iohk-nix.

@L-as
Copy link

L-as commented Feb 11, 2022

@michaelpj Isn't it best to use a consistent Nixpkgs pin across the projects?

@michaelpj
Copy link
Collaborator

In theory yes, in practice it has turned out to be infeasible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants