crea shenv para el bot del tec

This commit is contained in:
Fabián Montero 2022-05-03 18:35:50 -06:00
parent 630f235f36
commit 956e4f58a0

7
shenvs/tcrb.nix Normal file
View file

@ -0,0 +1,7 @@
pkgs: {
paths = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
]))
];
}