From 83b0ee7e6445a9c4db90bf74ebc2a9b9eaf90f2e Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Sat, 17 Aug 2024 13:09:35 -0700 Subject: [PATCH] I said, --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 269fecebb..abafc5384 100644 --- a/shell.nix +++ b/shell.nix @@ -34,7 +34,6 @@ stdenv.mkDerivation { ]; shellHook = '' - source $(command -v virtualenvwrapper.sh) export LD_LIBRARY_PATH="${lib.getLib stdenv.cc.cc}/lib:$LD_LIBRARY_PATH" if ! [ -d ".venv" ]; then python -m venv .venv