añade symbolic a la shenv de anpi

This commit is contained in:
Fabián Montero 2022-05-08 16:45:37 -06:00
parent b14b0fa1ea
commit a5ac598a47

View file

@ -1,12 +1,14 @@
pkgs: { pkgs: {
paths = with pkgs; [ paths = with pkgs; [
octave (octave.withPackages (packages: with packages; [
symbolic
]))
pipenv pipenv
(python39.withPackages ( packages: with packages; [ (python39.withPackages (packages: with packages; [
numpy numpy
scipy scipy
sympy sympy
matplotlib matplotlib
] )) ]))
]; ];
} }