diff options
author | Alan Pearce | 2024-05-17 14:10:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 14:10:00 +0200 |
commit | 906159611201633ced6f83421f3325cc05245a39 (patch) | |
tree | 15a31960be344546f6a57843129ab973bb77ef6c /user/settings/development | |
parent | 50bbd00de6fde11f1f2eceba08ccb2029e960114 (diff) | |
download | nixfiles-906159611201633ced6f83421f3325cc05245a39.tar.lz nixfiles-906159611201633ced6f83421f3325cc05245a39.tar.zst nixfiles-906159611201633ced6f83421f3325cc05245a39.zip |
golang: install more dev tools
Diffstat (limited to 'user/settings/development')
-rw-r--r-- | user/settings/development/golang.nix | 2 |
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 |