Skip to content

Commit 0f54517

Browse files
committed
fix: incorrect params for ethereal
1 parent 8e85031 commit 0f54517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
eth2-val-tools = callPackage ./by-name/et/eth2-val-tools {inherit bls mcl;};
4040
eth-validator-watcher = callPackage2311 ./by-name/et/eth-validator-watcher {};
4141
ethdo = callPackage ./by-name/et/ethdo {inherit bls mcl;};
42-
ethereal = callPackage ./by-name/et/ethereal {inherit bls mcl;};
42+
ethereal = callPackage ./by-name/et/ethereal {};
4343
evmc = callPackage ./by-name/ev/evmc {};
4444
foundry = callPackageUnstable ./by-name/fo/foundry {};
4545
foundry-bin = inputs.foundry-nix.defaultPackage.${system}.overrideAttrs (_oldAttrs: {

0 commit comments

Comments
 (0)