From 6a7ff956f229a8bb42e0d003ea50d655dca652a1 Mon Sep 17 00:00:00 2001 From: Francis Begyn Date: Thu, 8 Feb 2024 16:47:23 +0100 Subject: [PATCH] update go --- users/francis/hm/go.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/francis/hm/go.nix b/users/francis/hm/go.nix index 2729b3f..1f36747 100644 --- a/users/francis/hm/go.nix +++ b/users/francis/hm/go.nix @@ -4,6 +4,6 @@ programs.go = { enable = true; goPath = ".go"; - package = pkgs.unstable.go_1_21; + package = pkgs.unstable.go_1_22; }; }