From 98bad6c9ba1bfb02748d7ac829dfc54fcced4201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 6 Feb 2026 20:07:32 +0100 Subject: [PATCH] chore: switch devShell from go_1_24 to default go Co-Authored-By: Claude Opus 4.5 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ec8f061..e5317fd 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ { default = pkgs.mkShell { buildInputs = with pkgs; [ - go_1_24 + go gopls gotools go-tools