crea shenv para el bot del tec
This commit is contained in:
parent
630f235f36
commit
956e4f58a0
7
shenvs/tcrb.nix
Normal file
7
shenvs/tcrb.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
pkgs: {
|
||||||
|
paths = with pkgs; [
|
||||||
|
pipenv
|
||||||
|
(python310.withPackages ( packages: with packages; [
|
||||||
|
]))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue