añade shenv de proba

This commit is contained in:
Fabián Montero 2022-08-15 20:36:17 -06:00
parent 29f7f77f89
commit 22b55822f1
2 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,7 @@ shenvs: {
c
mad
octave
proba
tcrb
];
}

11
shenvs/proba.nix Normal file
View file

@ -0,0 +1,11 @@
pkgs: {
paths = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
matplotlib
numpy
pandas
scipy
]))
];
}