mueve pipenv a shenvs
This commit is contained in:
parent
7c7ed6a7e0
commit
d834a176f8
|
@ -1,6 +1,7 @@
|
|||
pkgs: {
|
||||
paths = with pkgs; [
|
||||
octave
|
||||
pipenv
|
||||
(python39.withPackages ( packages: with packages; [
|
||||
numpy
|
||||
scipy
|
||||
|
|
|
@ -4,5 +4,6 @@ shenvs: {
|
|||
anpi
|
||||
jupyter
|
||||
mad
|
||||
tcrb
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs: {
|
||||
paths = with pkgs; [
|
||||
octave
|
||||
pipenv
|
||||
(python39.withPackages ( packages: with packages; [
|
||||
psycopg2
|
||||
] ))
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue