about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-16 20:51:46 +0900
committersefidel <contact@sefidel.net>2022-02-16 20:51:46 +0900
commit30ecb0692016a8147281fa2b8bc823c3b821db2d (patch)
tree8e50ed6ed92662779a9d750eda0c7062ca1c0b7a /home/profiles/base/default.nix
parent65d49016167097fb352356c6993ea4a1ab1a64d4 (diff)
downloadnixrc-30ecb0692016a8147281fa2b8bc823c3b821db2d.tar.gz
nixrc-30ecb0692016a8147281fa2b8bc823c3b821db2d.zip
chore: add common build tools
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index ac2f952..b05145f 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -97,6 +97,11 @@ in
       pkgs.tree
       # Don't manage neovim
       neovim
+
+      # Common build tools
+      pkgs.cargo
+      pkgs.go
+      pkgs.clang
     ];