summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 14:10:00 +0200
committerAlan Pearce2024-05-17 14:10:00 +0200
commit906159611201633ced6f83421f3325cc05245a39 (patch)
tree15a31960be344546f6a57843129ab973bb77ef6c /user
parent50bbd00de6fde11f1f2eceba08ccb2029e960114 (diff)
downloadnixfiles-906159611201633ced6f83421f3325cc05245a39.tar.lz
nixfiles-906159611201633ced6f83421f3325cc05245a39.tar.zst
nixfiles-906159611201633ced6f83421f3325cc05245a39.zip
golang: install more dev tools
Diffstat (limited to 'user')
-rw-r--r--user/settings/development/golang.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix
index f2ddc088..6373a1c4 100644
--- a/user/settings/development/golang.nix
+++ b/user/settings/development/golang.nix
@@ -2,6 +2,8 @@
   home.packages = with pkgs; [
     go
     gopls
+    godef
+    gogetdoc
     gotools
     golines
     golangci-lint