diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake8-isort.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake8-isort.nix b/nix/flake8-isort.nix index bb4a12c..7182af6 100644 --- a/nix/flake8-isort.nix +++ b/nix/flake8-isort.nix @@ -7,5 +7,6 @@ buildPythonPackage rec { inherit pname version; sha256 = "sha256-U39FOmYNfpA/YC7Po2E2sUDeJ531jQLrG2oMhOg8Uow="; }; + propagatedBuildInputs = with python3Packages; [ setuptools ]; checkInputs = with python3Packages; [ flake8 isort pytest ]; } |