Skip to content

Commit

Permalink
db-synthesizer: add to flake
Browse files Browse the repository at this point in the history
* backported from 1.35.4
  • Loading branch information
disassembler authored and Soupstraw committed Dec 2, 2022
1 parent 0a44e00 commit 5f85833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Expand Up @@ -156,6 +156,7 @@
packages = lib.genAttrs [
"ouroboros-consensus"
"ouroboros-consensus-cardano"
"ouroboros-consensus-cardano-tools"
"ouroboros-consensus-byron"
"ouroboros-consensus-shelley"
"ouroboros-network"
Expand Down Expand Up @@ -195,7 +196,8 @@
inherit pinned-workbench;
projectExes = flatten (haskellLib.collectComponents' "exes" projectPackages) // (with hsPkgsWithPassthru; {
inherit (ouroboros-consensus-byron.components.exes) db-converter;
inherit (ouroboros-consensus-cardano-tools.components.exes) db-analyser;
inherit (ouroboros-consensus-cardano.components.exes) db-analyser;
inherit (ouroboros-consensus-cardano-tools.components.exes) db-synthesizer;
inherit (bech32.components.exes) bech32;
} // lib.optionalAttrs hostPlatform.isUnix {
inherit (network-mux.components.exes) cardano-ping;
Expand Down

0 comments on commit 5f85833

Please sign in to comment.