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: { pkgs: {
paths = with pkgs; [ paths = with pkgs; [
octave octave
pipenv
(python39.withPackages ( packages: with packages; [ (python39.withPackages ( packages: with packages; [
numpy numpy
scipy scipy

View file

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

View file

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