From 26e31bffbdf14f0c2812fe02431268e25c19d0d1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 16 Sep 2024 01:08:43 -0400 Subject: [PATCH] global/programming: use python withPackages and add lsp deps --- users/modules/global/programming.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/users/modules/global/programming.nix b/users/modules/global/programming.nix index 983d144..147c593 100644 --- a/users/modules/global/programming.nix +++ b/users/modules/global/programming.nix @@ -41,8 +41,7 @@ in nimlsp # Python - python312 - (with python312Packages; [ + (python312.withPackages (p: with p; [ black isort jupyter @@ -50,9 +49,13 @@ in nose pip pyflakes - pyls-isort pytest - ]) + + python-lsp-server + python-lsp-ruff + pylsp-rope + pyls-isort + ])) pipenv ruff