From 9545c9fd8591c95fa6c2c501aa4b69bddeaa9df8 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 24 Nov 2025 21:30:01 -0500 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3d7f0c5..9b5870d 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ packages = with pkgs; [ gopls gotools - go_1_23 + go_1_25 ]; }; };