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; inherit (super) system;
overlays = [ overlays = [
(_self: super: { (_self: super: {
go = super.go_1_23; go = super.go_1_24;
buildGoModule = super.buildGo123Module; buildGoModule = super.buildGo123Module;
buildGoPackage = super.buildGo123Package; buildGoPackage = super.buildGo123Package;
}) })

View File

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

View File

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