From 9d9aefe1ec9c54440554fd6808647499dc757a48 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 28 Oct 2021 11:36:29 -0400 Subject: [PATCH] Fix the shell.nix so I can at least use a virtualenv --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 103831f..298fd7a 100644 --- a/shell.nix +++ b/shell.nix @@ -10,6 +10,7 @@ stdenv.mkDerivation { python38Full python38Packages.virtualenv python38Packages.pip + python38Packages.setuptools ]; src = null; shellHook = ''