diff options
Diffstat (limited to 'nix/profiles/home-manager/dev.nix')
-rw-r--r-- | nix/profiles/home-manager/dev.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index a7b1df7..9a8db09 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -5,17 +5,21 @@ let pythonEnv = pkgs.python3.withPackages (p: with p; [ + beautifulsoup4 black click + ipython isort - python-lsp-server + pip + prettytable pylsp-mypy python-lsp-ruff - ruff-lsp + python-lsp-server requests + ruff-lsp + termcolor + types-beautifulsoup4 types-requests - pip - ipython virtualenv ]); in |