diff --git a/home/prog/default.nix b/home/prog/default.nix index 1768624a..a381b828 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -6,11 +6,9 @@ # Python (python3.withPackages - (ps: with ps; [ipython numpy])) - black - isort + (ps: with ps; [isort mypy python-lsp-server ipython numpy])) + ruff poetry - nodePackages.pyright # Fortran gfortran