diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index b978d3f..2bf085f 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -43,7 +43,7 @@ in { (python3.withPackages (pypkgs: with pypkgs; [ ipython - pytest pytest-html #pytest-tap + pytest pytest-html pytest-tap coverage python-lsp-black pylint pydocstyle |