We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4ff9a commit e6566e5Copy full SHA for e6566e5
pkgs/default.nix
@@ -49,7 +49,7 @@
49
# });
50
geth = callPackage ./geth {};
51
geth-sealer = callPackage ./geth-sealer {};
52
- heimdall = callPackage ./heimdall {};
+ heimdall-rs = callPackage ./heimdall-rs {};
53
lighthouse = callPackageUnstable ./lighthouse {inherit foundry;};
54
mcl = callPackage ./mcl {};
55
mev-boost = callPackage ./mev-boost {inherit blst;};
0 commit comments