diff options
author | sefidel <contact@sefidel.net> | 2022-02-16 20:51:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-16 20:51:46 +0900 |
commit | 30ecb0692016a8147281fa2b8bc823c3b821db2d (patch) | |
tree | 8e50ed6ed92662779a9d750eda0c7062ca1c0b7a /home/profiles/base | |
parent | 65d49016167097fb352356c6993ea4a1ab1a64d4 (diff) | |
download | nixrc-30ecb0692016a8147281fa2b8bc823c3b821db2d.tar.gz nixrc-30ecb0692016a8147281fa2b8bc823c3b821db2d.zip |
chore: add common build tools
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 5 |
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 ]; |