aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/profiles/home-manager/dev.nix12
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
{