añade shenv de proba
This commit is contained in:
parent
29f7f77f89
commit
22b55822f1
|
@ -3,6 +3,7 @@ shenvs: {
|
||||||
c
|
c
|
||||||
mad
|
mad
|
||||||
octave
|
octave
|
||||||
|
proba
|
||||||
tcrb
|
tcrb
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
11
shenvs/proba.nix
Normal file
11
shenvs/proba.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pkgs: {
|
||||||
|
paths = with pkgs; [
|
||||||
|
pipenv
|
||||||
|
(python310.withPackages ( packages: with packages; [
|
||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
scipy
|
||||||
|
]))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue