about summary refs log tree commit diff
path: root/home/go
diff options
context:
space:
mode:
Diffstat (limited to 'home/go')
-rw-r--r--home/go/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/go/default.nix b/home/go/default.nix
index a1a97fb..40c65f0 100644
--- a/home/go/default.nix
+++ b/home/go/default.nix
@@ -14,7 +14,7 @@ in
       goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ];
       package = pkgs.go_1_18;
     };
-    home.packages = with pkgs; [ gopls ];
+    home.packages = with pkgs; [ gopls go-tools ];
     home.sessionPath = [ config.home.sessionVariables.GOBIN ];
   };
 }