all repos — nixfiles @ 32d9551bdb0f26045344eff72d2b1d9199aac652

System and user configuration, managed by nix and home-manager

golang: remove some unused tools

Alan Pearce
commit

32d9551bdb0f26045344eff72d2b1d9199aac652

parent

633d174ad1108efa025eebcbbf5d204327101005

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -3,18 +3,12 @@ {
home.packages = with pkgs; [ go gopls - godef - gogetdoc gotools golines - impl delve - gdlv gomodifytags - personal.go-instrument golangci-lint golangci-lint-langserver - prettier-plugin-go-template ]; home.sessionPath = [ "$HOME/go/bin"