diff options
author | Alan Pearce | 2024-04-15 11:13:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-15 11:13:14 +0200 |
commit | 0f7861c249d4a5c90b79be2244e9c1faac792c03 (patch) | |
tree | 5b7916cb35d727c5e9f6bc18dba84965851ddd76 /user | |
parent | 71ac6e53ef918ddfaef94f9f2bdf4974fa60a351 (diff) | |
download | nixfiles-0f7861c249d4a5c90b79be2244e9c1faac792c03.tar.lz nixfiles-0f7861c249d4a5c90b79be2244e9c1faac792c03.tar.zst nixfiles-0f7861c249d4a5c90b79be2244e9c1faac792c03.zip |
mba: enable golang development tools
Diffstat (limited to 'user')
-rw-r--r-- | user/mba.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/mba.nix b/user/mba.nix index b12173d4..5beb5f4d 100644 --- a/user/mba.nix +++ b/user/mba.nix @@ -3,6 +3,7 @@ ./settings/base.nix ./settings/development/base.nix ./settings/development/javascript.nix + ./settings/development/golang.nix ./settings/development/nim.nix ./settings/development/web.nix ./settings/darwin.nix |