mueve pipenv a shenvs

This commit is contained in:
Fabián Montero 2022-05-03 18:35:10 -06:00
parent 7c7ed6a7e0
commit d834a176f8
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
pkgs: {
paths = with pkgs; [
octave
pipenv
(python39.withPackages ( packages: with packages; [
numpy
scipy

View file

@ -4,5 +4,6 @@ shenvs: {
anpi
jupyter
mad
tcrb
];
}

View file

@ -1,8 +1,8 @@
pkgs: {
paths = with pkgs; [
octave
pipenv
(python39.withPackages ( packages: with packages; [
psycopg2
] ))
]))
];
}