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

Breaking change in cypto overlay and a fix #542

Open
bladyjoker opened this issue May 22, 2023 · 0 comments
Open

Breaking change in cypto overlay and a fix #542

bladyjoker opened this issue May 22, 2023 · 0 comments

Comments

@bladyjoker
Copy link

After ee5f5b0#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R16 you might have experienced breakage like we did.

error: value is a function while a set was expected

       at «none»:0: (source not available)

To fix do the following...

In your flake.nix inputs use iohk-nix repo as a flake if you didn't already

-    iohk-nix = { url = "github:input-output-hk/iohk-nix"; flake = false; };
+    iohk-nix.url = "github:input-output-hk/iohk-nix";

And change the way you add the crypto overlay

-              (import "${iohk-nix}/overlays/crypto")
+              inputs.iohk-nix.overlays.crypto
bladyjoker added a commit to mlabs-haskell/lambda-buffers that referenced this issue May 22, 2023
@bladyjoker bladyjoker changed the title Breaking change and a fix Breaking change in cypto overlay and a fix May 22, 2023
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

No branches or pull requests

1 participant