From 97f9bd22fd66afa81266378561b0d43c97676379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 3 May 2022 23:25:56 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20setuptools=20a=20tcrb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shenvs/tcrb.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shenvs/tcrb.nix b/shenvs/tcrb.nix index 0747e9a..fcd9504 100644 --- a/shenvs/tcrb.nix +++ b/shenvs/tcrb.nix @@ -2,6 +2,7 @@ pkgs: { paths = with pkgs; [ pipenv (python310.withPackages ( packages: with packages; [ + setuptools ])) ]; }