File tree Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 5656 url = "github:nix-community/fenix" ;
5757 inputs . nixpkgs . follows = "nixpkgs-unstable" ;
5858 } ;
59+ nimbus-eth2 = {
60+ url = "git+https://github.com/status-im/nimbus-eth2?tag=v25.3.1&submodules=1" ;
61+ inputs . nixpkgs . follows = "nixpkgs-unstable" ;
62+ } ;
5963 } ;
6064
6165 outputs = inputs @ {
Original file line number Diff line number Diff line change 6868 mev-boost-relay = callPackage ./mev-boost-relay { inherit blst ; } ;
6969 mev-rs = callPackage ./mev-rs { } ;
7070 nethermind = callPackageUnstable ./nethermind { } ;
71- nimbus = callPackageUnstable ./ nimbus { } ;
71+ nimbus = inputs' . nimbus-eth2 . packages . beacon_node ;
7272 prysm = callPackage ./prysm { inherit bls blst ; } ;
7373 reth = callPackageUnstable ./reth { } ;
7474 rocketpool = callPackage ./rocketpool { } ;
138138 nethermind . bin = "nethermind-cli" ;
139139 nethermind-runner . bin = "nethermind" ;
140140 } ;
141- nimbus = {
142- nimbus-beacon-node . bin = "nimbus_beacon_node" ;
143- nimbus-validator-client . bin = "nimbus_validator_client" ;
144- } ;
141+ # nimbus = {
142+ # nimbus-beacon-node.bin = "nimbus_beacon_node";
143+ # nimbus-validator-client.bin = "nimbus_validator_client";
144+ # };
145145 prysm = {
146146 prysm-beacon-chain . bin = "beacon-chain" ;
147147 prysm-validator . bin = "validator" ;
You can’t perform that action at this time.
0 commit comments