We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add7475 commit 819f626Copy full SHA for 819f626
flake.nix
@@ -124,7 +124,7 @@
124
collectExes = project:
125
let inherit (project.pkgs.stdenv) hostPlatform;
126
in project.exes // (with project.hsPkgs; {
127
- inherit (ouroboros-consensus-cardano.components.exes) db-analyser db-synthesizer;
+ inherit (ouroboros-consensus-cardano.components.exes) db-analyser db-synthesizer db-truncater;
128
inherit (bech32.components.exes) bech32;
129
inherit (cardano-cli.components.exes) cardano-cli;
130
} // lib.optionalAttrs hostPlatform.isUnix {
0 commit comments