Skip to content

Commit

Permalink
add test-env to start-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Aug 25, 2022
1 parent 24e11c9 commit a266305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/scripts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
${../scripts/start-cronos} ${config.cronos-config} ${config.dotenv} $@
'';
start-geth = pkgs.writeShellScriptBin "start-geth" ''
export PATH=${pkgs.go-ethereum}/bin:$PATH
export PATH=${pkgs.test-env}/bin:${pkgs.go-ethereum}/bin:$PATH
source ${config.dotenv}
${../scripts/start-geth} ${config.geth-genesis} $@
'';
Expand Down

0 comments on commit a266305

Please sign in to comment.