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
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
ipython
@@ -11,7 +10,7 @@
packages = [
python-with-packages
] ++ (with pkgs; [
python311Packages.python-lsp-server
python313Packages.python-lsp-server
ruff
pyright
]);