From ca0847531bc262dd927a7c7a17404bd17d00b796 Mon Sep 17 00:00:00 2001 From: DavHau Date: Sat, 8 Jul 2023 18:24:09 +0200 Subject: [PATCH] devshell: include black into python --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 72d4d143..88c2836a 100644 --- a/flake.nix +++ b/flake.nix @@ -224,7 +224,9 @@ packages = [ pkgs.alejandra - pkgs.python3.pkgs.black + (pkgs.python3.withPackages (ps: [ + pkgs.python3.pkgs.black + ])) ]; commands =