This commit is contained in:
2025-08-22 11:58:22 +00:00
parent dcd4228e75
commit f1bb07d7f0
2 changed files with 30 additions and 30 deletions

View File

@@ -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;
})
];
};