all repos — nixfiles @ 906159611201633ced6f83421f3325cc05245a39

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

golang: install more dev tools
Alan Pearce alan@alanpearce.eu
Fri, 17 May 2024 14:10:00 +0200
commit

906159611201633ced6f83421f3325cc05245a39

parent

50bbd00de6fde11f1f2eceba08ccb2029e960114

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -2,6 +2,8 @@ { pkgs, ... }: {   home.packages = with pkgs; [
     go
     gopls
+    godef
+    gogetdoc
     gotools
     golines
     golangci-lint