añade disco duro a config

This commit is contained in:
Fabián Montero 2022-11-29 11:33:48 -06:00
parent e7346d8f51
commit 325e5f47c5
4 changed files with 20 additions and 9 deletions

View file

@ -3,15 +3,16 @@
static = true;
packages = with pkgs; [
(octave.withPackages (packages: with packages; [
(pkgs.unstable.octave.withPackages (packages: with packages; [
symbolic
signal
]))
pipenv
(python39.withPackages (packages: with packages; [
numpy
scipy
sympy
matplotlib
numpy
pipenv
scipy
sympy
matplotlib
]))
];
}