diff options
author | Ben Sima <ben@bsima.me> | 2023-01-01 20:48:00 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-01 20:48:00 -0500 |
commit | 3ec802e036cba81860dc790b066f22641489110f (patch) | |
tree | 1491e2f15be9fb336deadceb2c847e07e066043e /Biz/Bild.nix | |
parent | 9699335376fa4bd5a9c7f2dcfb6bbe6a0165be40 (diff) |
Add black and pylint
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 8fe20db..4be456f 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -148,13 +148,16 @@ rec { lolcat #nixops # fails to build ormolu - (private.nixpkgs.python3.withPackages(p: - with p; [ + (private.nixpkgs.python3.withPackages(p: with p; [ transformers pytorch private.nixpkgs.python3Packages.bitsandbytes private.nixpkgs.python3Packages.accelerate + # lint tools: + black + pylint ])) + shellcheck wemux ]; |