From 77e3801a9cdfcb255a0ec083fd088fe6a0f44d6b 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;