diff options
author | Franck Cuny <franck@fcuny.net> | 2024-05-06 19:32:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-05-06 19:32:11 -0700 |
commit | 5240a2ceff54704241943b7e82117545fe9f9cd9 (patch) | |
tree | 468a30f873209dbef08b7af8df012f069499d7a0 /nix/profiles/home-manager | |
parent | clean up more stuff (diff) | |
download | world-5240a2ceff54704241943b7e82117545fe9f9cd9.tar.gz |
clean up python packages
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/dev.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index 740e5c6..24a8c5e 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -5,22 +5,10 @@ let pythonEnv = pkgs.python3.withPackages (p: with p; [ - beautifulsoup4 - black - click - ipython - isort - pip - prettytable pylsp-mypy python-lsp-ruff python-lsp-server - requests ruff-lsp - termcolor - types-beautifulsoup4 - types-requests - virtualenv ]); in { |