Skip to content

Commit

Permalink
nixos/lighthouse: use lib.getExe (validator_client)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfschr committed Oct 31, 2024
1 parent 98fdebc commit 463874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/blockchain/ethereum/lighthouse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ in
# make sure the chain data directory is created on first run
mkdir -p ${cfg.validator.dataDir}/${cfg.network}
${cfg.package}/bin/lighthouse validator_client \
${lib.getExe cfg.package} validator_client \
--network ${cfg.network} \
--beacon-nodes ${lib.concatStringsSep "," cfg.validator.beaconNodes} \
--datadir ${cfg.validator.dataDir}/${cfg.network} \
Expand Down

0 comments on commit 463874a

Please sign in to comment.