Skip to content

Commit

Permalink
Add tx-cost to nix packages (#1662)
Browse files Browse the repository at this point in the history
<!-- Describe your change here -->

---

<!-- Consider each and tick it off one way or the other -->
* [x] CHANGELOG updated or not needed
* [x] Documentation updated or not needed
* [x] Haddocks updated or not needed
* [x] No new TODOs introduced or explained herafter
  • Loading branch information
locallycompact authored Sep 30, 2024
2 parents 76a4d16 + b1e6603 commit b87a47f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/hydra/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ rec {
hydra-explorer-web =
import "${self}/hydra-explorer/web/hydra-explorer.nix" { inherit pkgs; };

tx-cost =
nativePkgs.hydra-node.components.benchmarks.tx-cost;

hydra-tui =
embedRevision
nativePkgs.hydra-tui.components.exes.hydra-tui
Expand Down

0 comments on commit b87a47f

Please sign in to comment.