diff --git a/demilich/home.nix b/demilich/home.nix index 7cec887..03cff25 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -246,7 +246,14 @@ withPerl = true; withPython3 = true; extraPackages = with pkgs; [ + delve + ginkgo + golangci-lint gopls + gotests + gotestsum + gotools + govulncheck tree-sitter ]; };