From b1e660374761095e94fd24a8b45f2105a506fab5 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Sun, 29 Sep 2024 13:36:44 +0000 Subject: [PATCH] Add tx-cost to nix packages --- nix/hydra/packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/hydra/packages.nix b/nix/hydra/packages.nix index d325184c852..a63e3768db7 100644 --- a/nix/hydra/packages.nix +++ b/nix/hydra/packages.nix @@ -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