Skip to content

Commit

Permalink
test: update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 7, 2023
1 parent 8fa6a73 commit 092150e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import sources.nixpkgs {
overlays = [
(_: pkgs: {
go = pkgs.go_1_18;
go = pkgs.go_1_21;
go-ethereum = pkgs.callPackage ./go-ethereum.nix {
inherit (pkgs.darwin) libobjc;
inherit (pkgs.darwin.apple_sdk.frameworks) IOKit;
buildGoModule = pkgs.buildGo118Module;
buildGoModule = pkgs.buildGo121Module;
};
}) # update to a version that supports eip-1559
# https://github.com/NixOS/nixpkgs/pull/179622
Expand Down

0 comments on commit 092150e

Please sign in to comment.