Skip to content

Commit

Permalink
overlay: add db-analyser
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Nov 21, 2022
1 parent a0bf3ea commit 9fd9591
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions flake.nix
Expand Up @@ -62,7 +62,7 @@
};
## This pin is to prevent workbench-produced geneses being regenerated each time the node is bumped.
cardano-node-workbench = {
url = "github:input-output-hk/cardano-node/ed9932c52aaa535b71f72a5b4cc0cecb3344a5a3";
url = "github:input-output-hk/cardano-node/b21a20aee502e91ad5ff1fe8cdd210d218acc8e3";
# This is to avoid circular import (TODO: remove this workbench pin entirely using materialization):
inputs.membench.url = "github:input-output-hk/empty-flake";
};
Expand Down Expand Up @@ -193,8 +193,7 @@
inherit pinned-workbench;
projectExes = flatten (haskellLib.collectComponents' "exes" projectPackages) // (with hsPkgsWithPassthru; {
inherit (ouroboros-consensus-byron.components.exes) db-converter;
inherit (ouroboros-consensus-cardano.components.exes) db-analyser;
inherit (ouroboros-consensus-cardano-tools.components.exes) db-synthesizer;
inherit (ouroboros-consensus-cardano-tools.components.exes) db-analyser db-synthesizer;
inherit (bech32.components.exes) bech32;
} // lib.optionalAttrs hostPlatform.isUnix {
inherit (network-mux.components.exes) cardano-ping;
Expand Down Expand Up @@ -463,10 +462,7 @@
overlay = final: prev: {
cardanoNodeProject = flake.project.${final.system};
cardanoNodePackages = mkCardanoNodePackages final.cardanoNodeProject;
inherit (final.cardanoNodePackages) cardano-node cardano-cli cardano-submit-api cardano-tracer bech32 locli plutus-example;

# TODO, fix this
#db-analyser = ouroboros-network-snapshot.haskellPackages.ouroboros-consensus-cardano.components.exes.db-analyser;
inherit (final.cardanoNodePackages) cardano-node cardano-cli cardano-submit-api cardano-tracer bech32 locli plutus-example db-analyser;
};
nixosModules = {
cardano-node = { pkgs, lib, ... }: {
Expand Down

0 comments on commit 9fd9591

Please sign in to comment.