diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 10:25:51 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 10:29:10 -0400 |
commit | 95df71e6ce9ec3887f7e88accda7c9b29c538d86 (patch) | |
tree | f9b98a5f3462f0970359d8e5e342b7865eb04d6a /Biz/Bild.nix | |
parent | 8e25ac2c4f606f3a82e079e0c4efa662b6c4e442 (diff) |
Add basic support for building C code
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 547ccb9..e7aaf7f 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -116,6 +116,7 @@ rec { name = "bizdev"; # this should just be dev tools buildInputs = with nixpkgs.pkgs; [ + gcc bild ctags figlet |