añade disco duro a config
This commit is contained in:
parent
e7346d8f51
commit
325e5f47c5
4 changed files with 20 additions and 9 deletions
|
@ -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
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Reference in a new issue