From dcaeb1f51777fb8c0ca3d295ed6d2e6194be8e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 13 Feb 2026 22:20:48 +0100 Subject: [PATCH] chore: remove unused gotools and go-tools from devShell Both are redundant: staticcheck is covered by golangci-lint, and gotools (goimports, etc.) is covered by gopls and golangci-lint. Co-Authored-By: Claude Opus 4.6 --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index e7cd540..7a944a0 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,6 @@ buildInputs = with pkgs; [ go gopls - gotools - go-tools golangci-lint govulncheck postgresql