Fix the shell.nix so I can at least use a virtualenv

This commit is contained in:
Jeremy Wall 2021-10-28 11:36:29 -04:00
parent ef382b5f6f
commit 9d9aefe1ec

View File

@ -10,6 +10,7 @@ stdenv.mkDerivation {
python38Full python38Full
python38Packages.virtualenv python38Packages.virtualenv
python38Packages.pip python38Packages.pip
python38Packages.setuptools
]; ];
src = null; src = null;
shellHook = '' shellHook = ''