We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixes iohk-nix breaking changes input-output-hk/iohk-nix#542
46edb94
No branches or pull requests
After ee5f5b0#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R16 you might have experienced breakage like we did.
To fix do the following...
In your flake.nix inputs use iohk-nix repo as a flake if you didn't already
And change the way you add the crypto overlay
The text was updated successfully, but these errors were encountered: