motiejus/config

NixOS config
git clone https://git.jakstys.lt/motiejus/config.git
Log | Tree | Refs | README | LICENSE

commit ced8fbf2ceb201c749ce13a37b6211890d084fd4 (tree)
parent 46f17e99f1524620b586773da70a0818e3530b51
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 19 Feb 2025 14:56:48 +0000

bump go to 1.24

Diffstat:
Mflake.nix | 2+-
Mmodules/profiles/desktop/default.nix | 1+
Mshared/home/default.nix | 2+-
3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -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; }) diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -250,6 +250,7 @@ in wineWowPackages.full samsung-unified-linux-driver + xdotool xorg.xev xorg.xeyes xorg.lndir diff --git a/shared/home/default.nix b/shared/home/default.nix @@ -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"