summaryrefslogtreecommitdiff
path: root/Biz/Bild.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-25 09:14:18 -0400
committerBen Sima <ben@bsima.me>2022-07-25 09:14:18 -0400
commitddbb61ed8c546b718242bf3b54dba7f1d1248590 (patch)
tree76818067b259c6cb940f7d38ccd8cc743891bd3e /Biz/Bild.nix
parent6b9b0683548084307b502e9bc08f61cb015af6c4 (diff)
Remove some unused dev dependencies
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r--Biz/Bild.nix4
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
];