update
This commit is contained in:
@@ -110,9 +110,9 @@
|
||||
inherit (super) system;
|
||||
overlays = [
|
||||
(_self: super: {
|
||||
go = super.go_1_24;
|
||||
buildGoModule = super.buildGo123Module;
|
||||
buildGoPackage = super.buildGo123Package;
|
||||
go = super.go_1_25;
|
||||
buildGoModule = super.buildGo125Module;
|
||||
buildGoPackage = super.buildGo125Package;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user