We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd98f3 commit aca00d0Copy full SHA for aca00d0
1 file changed
flake.nix
@@ -164,7 +164,7 @@
164
"https://chap.intersectmbo.org/" = inputs.CHaP;
165
};
166
shell = {
167
- packages = p: [p.cardano-cli p.cardano-ledger-core p.cardano-api p.ouroboros-consensus-cardano];
+ packages = p: [p.cardano-cli p.cardano-ledger-core p.cardano-api p.ouroboros-consensus];
168
# tools we want in our shell, from hackage
169
tools =
170
{
0 commit comments