From 025ce0a8e0f4358645c8e914c4a86a43d98063c1 Mon Sep 17 00:00:00 2001 From: Oleks Date: Mon, 11 May 2026 15:53:17 +0300 Subject: [PATCH] chore(devshell): add golangci-lint, govulncheck, and tea to nix shell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index ca88b581a2..afb2b853fa 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,9 @@ go gofumpt sqlite + golangci-lint + govulncheck + tea ] ++ linuxOnlyInputs;