From 6baad9c5fae4a7b8ea07376a0be52443eaa488fa Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 7 Oct 2023 09:25:58 -0400 Subject: Environment fixes on beryllium Getting beryllium setup with the omnirepo showed that a few things needed fixed. --- Biz/Bild.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 9647983..409a0bc 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -130,15 +130,22 @@ in nixpkgs // { bild = rec { name = "bizdev"; # this should just be dev tools buildInputs = with nixpkgs.pkgs; [ + bat + bc bild black ctags + fd figlet + fzf git gitlint + jq lolcat nixpkgs.haskell.packages.${constants.ghcCompiler}.fast-tags ormolu + ripgrep + tree wemux ]; shellHook = '' -- cgit v1.2.3