From f322e1ffb8c79ce2b98101f50895b528903cd9f6 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Sun, 24 Dec 2023 11:19:48 +0000 Subject: [PATCH] fix: include correct gotools package --- nix/devshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/devshell.nix b/nix/devshell.nix index 77fdcf9..9f55212 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -23,7 +23,7 @@ packages = with pkgs; [ # golang go - go-tools + gotools delve golangci-lint