diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 9017f17..b12b87a 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -123,12 +123,14 @@ in nixpkgs // { bild = rec { # this should just be dev tools buildInputs = with nixpkgs.pkgs; [ bild + black ctags figlet git gitlint lolcat nixpkgs.haskell.packages.${constants.ghcCompiler}.fast-tags + ormolu wemux ]; shellHook = '' |