update python lsp

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-12 02:56:14 +01:00
parent fe2a7569c3
commit 1403c57356

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }@all: with all; { pkgs, ... }@all: with all; {
{
home = let home = let
python-with-packages = pkgs.python3.withPackages (pp: with pp; [ python-with-packages = pkgs.python3.withPackages (pp: with pp; [
ipython ipython
@@ -11,7 +10,7 @@
packages = [ packages = [
python-with-packages python-with-packages
] ++ (with pkgs; [ ] ++ (with pkgs; [
python311Packages.python-lsp-server python313Packages.python-lsp-server
ruff ruff
pyright pyright
]); ]);