Skip to content

Commit

Permalink
expose db-analyser in a flake
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Oct 12, 2021
1 parent f90a594 commit ce3cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -94,7 +94,7 @@

packages = lib.fix (self: {
inherit (devShell) devops;
inherit (pkgs) cardano-node-profiled cardano-node-eventlogged cardano-node-asserted tx-generator-profiled locli-profiled;
inherit (pkgs) cardano-node-profiled cardano-node-eventlogged cardano-node-asserted tx-generator-profiled locli-profiled db-analyser;
membench = pkgs.callPackage ./membench.nix { snapshot = self.snapshot-generation; };
snapshot-generation = pkgs.callPackage ./snapshot-generation.nix { inherit mainnet-chain; };
cardanoNodeHaskellPackages = pkgs.cardanoNodeHaskellPackages;
Expand Down

0 comments on commit ce3cf5e

Please sign in to comment.