File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1111 nixpkgs . url = "github:nixos/nixpkgs/24.05" ;
1212 nixpkgs-2311 . url = "github:nixos/nixpkgs/23.11" ;
1313 nixpkgs-unstable . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
14+ nixpkgs-nethermind . url = "github:nixos/nixpkgs?rev=9c513fc6fb75142f6aec6b7545cb8af2236b80f5" ;
1415
1516 foundry-nix = {
1617 url = "github:shazow/foundry.nix/monthly" ;
105106 inherit system ;
106107 nixpkgs = inputs . nixpkgs-2311 ;
107108 } ;
109+ pkgsNethermind = lib . extras . nix . mkNixpkgs {
110+ inherit system ;
111+ nixpkgs = inputs . nixpkgs-nethermind ;
112+ } ;
108113 } ;
109114
110115 # devshell
Original file line number Diff line number Diff line change 1818 pkgs ,
1919 pkgsUnstable ,
2020 pkgs2311 ,
21+ pkgsNethermind ,
2122 system ,
2223 ...
2324 } : let
2425 inherit ( pkgs ) callPackage ;
2526 inherit ( lib . extras . flakes ) platformPkgs platformApps ;
2627 callPackageUnstable = pkgsUnstable . callPackage ;
2728 callPackage2311 = pkgs2311 . callPackage ;
29+ callPackageNethermind = pkgsNethermind . callPackage ;
2830
2931 rustToolchain = inputs' . fenix . packages . minimal . toolchain ;
3032
6769 mev-boost-builder = callPackage ./mev-boost-builder { inherit blst ; } ;
6870 mev-boost-relay = callPackage ./mev-boost-relay { inherit blst ; } ;
6971 mev-rs = callPackage ./mev-rs { } ;
70- nethermind = callPackageUnstable ./nethermind { } ;
72+ nethermind = callPackageNethermind ./nethermind { } ;
7173 nimbus = callPackageUnstable ./nimbus { } ;
7274 nimbus-eth2 = callPackageUnstable ./nimbus-eth2 {
7375 # For now the nimbus team prefers nim 1.6 over 2.0.
You can’t perform that action at this time.
0 commit comments