From 688cd6dbe32b7f63cbf9db3ab453e77d899191ba Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 30 May 2022 18:34:43 +0800 Subject: [PATCH] shell.nix: Add golangci-lint --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 418ef42..62be6c2 100644 --- a/shell.nix +++ b/shell.nix @@ -22,5 +22,6 @@ pkgs.mkShell { pkgs.nixpkgs-fmt pkgs.gomod2nix.go pkgs.gomod2nix + pkgs.golangci-lint ]; }