From 0e465f6c840f5e537f06ed47737faa9047ed49a0 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:05:01 +0200 Subject: [PATCH] packages: bump python version, add pip & venv --- modules/common/neovim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/common/neovim.nix b/modules/common/neovim.nix index 49801e2..f753c06 100644 --- a/modules/common/neovim.nix +++ b/modules/common/neovim.nix @@ -17,7 +17,9 @@ in { luajitPackages.luarocks_bootstrap lua-language-server - python311 + python313 + python313Packages.pip + python313Packages.virtualenv nodejs nodePackages."sass"