File tree Expand file tree Collapse file tree 3 files changed +1
-25
lines changed Expand file tree Collapse file tree 3 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1010 # packages
1111 nixpkgs . url = "github:nixos/nixpkgs/24.11" ;
1212 nixpkgs-2311 . url = "github:nixos/nixpkgs/23.11" ;
13- nixpkgs-2411 . url = "github:nixos/nixpkgs/24.11" ;
1413 nixpkgs-unstable . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
1514
1615 foundry-nix = {
8584 inherit system ;
8685 nixpkgs = inputs . nixpkgs-2311 ;
8786 } ;
88- pkgs2411 = lib . mkNixpkgs {
89- inherit system ;
90- nixpkgs = inputs . nixpkgs-2411 ;
91- } ;
9287 } ;
9388
9489 # devshell
Original file line number Diff line number Diff line change 1717 pkgs ,
1818 pkgsUnstable ,
1919 pkgs2311 ,
20- pkgs2411 ,
2120 system ,
2221 ...
2322 } : let
2423 inherit ( pkgs ) callPackage ;
2524 inherit ( lib ) platformPkgs platformApps ;
2625 callPackageUnstable = pkgsUnstable . callPackage ;
2726 callPackage2311 = pkgs2311 . callPackage ;
28- callPackage2411 = pkgs2411 . callPackage ;
2927 in {
3028 packages = platformPkgs system rec {
3129 besu = callPackageUnstable ./by-name/be/besu { } ;
3634 dirk = callPackage ./by-name/di/dirk { inherit bls mcl ; } ;
3735 dreamboat = callPackage ./by-name/dr/dreamboat { inherit blst ; } ;
3836 eigenlayer = callPackage ./by-name/ei/eigenlayer { } ;
39- erigon = callPackage2411 ./by-name/er/erigon { } ;
37+ erigon = callPackage ./by-name/er/erigon { } ;
4038 eth2-testnet-genesis = callPackage ./by-name/et/eth2-testnet-genesis { inherit bls ; } ;
4139 eth2-val-tools = callPackage ./by-name/et/eth2-val-tools { inherit bls mcl ; } ;
4240 eth-validator-watcher = callPackage2311 ./by-name/et/eth-validator-watcher { } ;
You can’t perform that action at this time.
0 commit comments