From 30ecb0692016a8147281fa2b8bc823c3b821db2d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 16 Feb 2022 20:51:46 +0900 Subject: chore: add common build tools --- home/profiles/base/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home/profiles/base/default.nix') 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 ]; -- cgit 1.4.1