diff options
author | Vincent Ambo <mail@tazj.in> | 2024-05-18T14·52+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-08T21·10+0000 |
commit | 4ed397ad00328ed81c4213f345769e78b1b8f036 (patch) | |
tree | ef665ee0f6fcdefb8efd07529aa37d698b657653 /users | |
parent | 71435d95466bdeedb57a75980ca5d858638f3094 (diff) |
feat(tazjin/nixos): move go-related tooling to module r/8226
One of these things that I manually install on all machines, that might as well be in a module. Change-Id: I2b3005157ce48a144262cd38df22cbe513039021 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11764 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index d469da7e5ae0..5ec527fa7cf7 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -45,6 +45,9 @@ in gdb git gnupg + go + gopls + gotools gtk3 # for gtk-launch htop hyperfine |