File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 441
441
overlay = final : prev : {
442
442
cardanoNodeProject = flake . project . ${ final . system } ;
443
443
cardanoNodePackages = mkCardanoNodePackages final . cardanoNodeProject ;
444
- inherit ( final . cardanoNodePackages ) cardano-node cardano-cli cardano-submit-api bech32 plutus-example ;
444
+ inherit ( final . cardanoNodePackages ) cardano-node cardano-cli cardano-submit-api cardano-tracer bech32 locli plutus-example ;
445
445
446
446
# TODO, fix this
447
447
#db-analyser = ouroboros-network-snapshot.haskellPackages.ouroboros-consensus-cardano.components.exes.db-analyser;
Original file line number Diff line number Diff line change @@ -128,6 +128,12 @@ haskell-nix.cabalProject' ({ pkgs
128
128
export CARDANO_CLI=${ config . hsPkgs . cardano-cli . components . exes . cardano-cli } /bin/cardano-cli${ pkgs . stdenv . hostPlatform . extensions . executable }
129
129
export CARDANO_NODE_SRC=${ src }
130
130
" ;
131
+ packages . cardano-tracer . components . tests . cardano-tracer-test . preCheck =
132
+ let
133
+ cmp = config . hsPkgs . cardano-tracer . components . exes . cardano-tracer ;
134
+ deps = cmp . executableToolDepends ;
135
+ in
136
+ ''PATH=${ lib . makeBinPath deps } :$PATH'' ;
131
137
packages . cardano-node-chairman . components . tests . chairman-tests . build-tools =
132
138
lib . mkForce [
133
139
pkgs . lsof
You can’t perform that action at this time.
0 commit comments