erigon: add update script to derivation

This commit is contained in:
happysalada 2022-12-17 13:01:35 -05:00 committed by Yt
parent eb12d04339
commit 2132ffcb74

View File

@ -29,6 +29,8 @@ buildGoModule rec {
"cmd/rlpdump"
];
passthru.updateScript = ./update.sh;
meta = with lib; {
homepage = "https://github.com/ledgerwatch/erigon/";
description = "Ethereum node implementation focused on scalability and modularity";