diff options
-rw-r--r-- | Biz/Bild.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index ff525eb..15d9134 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -116,7 +116,6 @@ rec { name = "bizdev"; # this should just be dev tools buildInputs = with nixpkgs.pkgs; [ - #haskell.packages.${constants.ghcCompiler}.apply-refact bild figlet git @@ -125,9 +124,6 @@ rec { lolcat nixops ormolu - # not using python now, should remove - #python38Packages.black - #python38Packages.pylint shellcheck wemux ]; |