From f0f5c6f20c61f2112806eea7e3a6bb407df21ecf Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 26 Feb 2025 06:43:12 +0000 Subject: [PATCH] Don't install uv in pyshell, installed globally instead --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index c2ed88f..6758b4b 100644 --- a/templates +++ b/templates @@ -4,7 +4,7 @@ nix-mode > "pkgs = import " (p "") " { };" n "in" n "pkgs.mkShell {" n - > "packages = with pkgs; [ " (p "python3Full") " uv " q " ];" n + > "packages = with pkgs; [ " (p "python3Full") q " ];" n > "env.LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [stdenv.cc.cc.lib libz];" n > "shellHook = ''" n > "[ ! -d .venv/ ] && python3 -m venv --copies --without-pip --prompt $(basename $(readlink -f .)) .venv" n