Skip to content

Commit

Permalink
Merge pull request NixOS#331853 from GaetanLepage/nbqa
Browse files Browse the repository at this point in the history
nbqa: fix by adding distutils dependency
  • Loading branch information
NickCao authored Aug 3, 2024
2 parents 25f7ee3 + e58878b commit 81d6cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/nbqa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ python3.pkgs.buildPythonApplication rec {
]
++ (with python3.pkgs; [
autoflake
distutils
flake8
isort
jupytext
Expand Down

0 comments on commit 81d6cb6

Please sign in to comment.