aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nixpkgs/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nixpkgs/config.nix b/.config/nixpkgs/config.nix
index 53a54bd..dc92e0d 100644
--- a/.config/nixpkgs/config.nix
+++ b/.config/nixpkgs/config.nix
@@ -332,7 +332,7 @@ in
Python = pkgs.buildEnv {
name = "python";
paths = [
- (python38.withPackages (ps: with ps; [ mypy bandit pylint pyflakes ]))
+ (python38.withPackages (ps: with ps; [ bandit black mypy pyflakes pylint ]))
];
};