bump go to 1.24

This commit is contained in:
2025-02-19 14:56:48 +00:00
parent 46f17e99f1
commit ced8fbf2ce
3 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
inherit (super) system;
overlays = [
(_self: super: {
go = super.go_1_23;
go = super.go_1_24;
buildGoModule = super.buildGo123Module;
buildGoPackage = super.buildGo123Package;
})

View File

@@ -250,6 +250,7 @@ in
wineWowPackages.full
samsung-unified-linux-driver
xdotool
xorg.xev
xorg.xeyes
xorg.lndir

View File

@@ -29,7 +29,7 @@ in
(lib.mkIf devTools [
pkgs-unstable.delve
pkgs-unstable.go_1_23
pkgs-unstable.go_1_24
pkgs-unstable.go-tools
pkgs.zigpkgs."0.13.0"