go stuff: bump to go 1.23 for modules and pkgs
This commit is contained in:
parent
697dd243f0
commit
8b031738f8
@ -102,7 +102,13 @@
|
||||
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit (super) system;
|
||||
overlays = [ (_self: super: { go = super.go_1_23; }) ];
|
||||
overlays = [
|
||||
(_self: super: {
|
||||
go = super.go_1_23;
|
||||
buildGoModule = super.buildGo123Module;
|
||||
buildGoPackage = super.buildGo123Package;
|
||||
})
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user