Skip to content

Commit

Permalink
Merge pull request #5394 from input-output-hk/sl/expose-db-truncater
Browse files Browse the repository at this point in the history
ouroboros-consensus-cardano: expose db-truncater
  • Loading branch information
disassembler authored Jul 15, 2023
2 parents add7475 + 819f626 commit c87bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
collectExes = project:
let inherit (project.pkgs.stdenv) hostPlatform;
in project.exes // (with project.hsPkgs; {
inherit (ouroboros-consensus-cardano.components.exes) db-analyser db-synthesizer;
inherit (ouroboros-consensus-cardano.components.exes) db-analyser db-synthesizer db-truncater;
inherit (bech32.components.exes) bech32;
inherit (cardano-cli.components.exes) cardano-cli;
} // lib.optionalAttrs hostPlatform.isUnix {
Expand Down

0 comments on commit c87bd63

Please sign in to comment.