about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-23 09:27:13 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-23 09:27:13 -0700
commit9c914e5513a2e7d4702a0a93171eed506fb7696a (patch)
tree03a79f186016738d789f6e98d077274c3c1fce0b
parentinstall and configure aspell (diff)
downloadworld-9c914e5513a2e7d4702a0a93171eed506fb7696a.tar.gz
install required python packages for ruff-lsp
-rw-r--r--nix/profiles/home-manager/dev.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix
index b8d055d..a7b1df7 100644
--- a/nix/profiles/home-manager/dev.nix
+++ b/nix/profiles/home-manager/dev.nix
@@ -8,7 +8,10 @@ let
       black
       click
       isort
+      python-lsp-server
       pylsp-mypy
+      python-lsp-ruff
+      ruff-lsp
       requests
       types-requests
       pip