devshell: include black into python

This commit is contained in:
DavHau 2023-07-08 18:24:09 +02:00
parent f5c59d1c3d
commit ca0847531b

View File

@ -224,7 +224,9 @@
packages = [ packages = [
pkgs.alejandra pkgs.alejandra
pkgs.python3.pkgs.black (pkgs.python3.withPackages (ps: [
pkgs.python3.pkgs.black
]))
]; ];
commands = commands =