From 956e4f58a017c29196ced459e2631b2907dc278b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 3 May 2022 18:35:50 -0600 Subject: [PATCH] crea shenv para el bot del tec --- shenvs/tcrb.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shenvs/tcrb.nix diff --git a/shenvs/tcrb.nix b/shenvs/tcrb.nix new file mode 100644 index 0000000..0747e9a --- /dev/null +++ b/shenvs/tcrb.nix @@ -0,0 +1,7 @@ +pkgs: { + paths = with pkgs; [ + pipenv + (python310.withPackages ( packages: with packages; [ + ])) + ]; +}