From 4315356f3720b79082c244d5e96774493b9c49a8 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:57:32 +0200 Subject: [PATCH] readd black for python --- roles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dev.nix b/roles/dev.nix index d046695..c1cc8ee 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -16,6 +16,7 @@ in { nodePackages.pyright (python39.withPackages(python-packages: with python-packages; [ + black pyyaml requests ]))