From 94e3282d644f4df0a3bacc7e9c32afd43db7bae1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Feb 2024 14:27:29 +0000 Subject: [PATCH] Make python install a bit more minimal Switch back to using pyright as python lsp for the proper venv support... --- home/prog/default.nix | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/home/prog/default.nix b/home/prog/default.nix index 96631101..5a755e61 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -5,19 +5,13 @@ nil # Python - (python3.withPackages (ps: - with ps; [ - ipython - python-lsp-server - pylsp-mypy - tkinter - numpy - scipy - matplotlib - ])) - ruff + python3 + python3Packages.numpy + python3Packages.ipython + black isort poetry + nodePackages.pyright # Fortran gfortran