añade shenv de jupyter y de mad

This commit is contained in:
Fabián Montero 2022-04-27 20:38:00 -06:00
parent 37aa661e6e
commit 4cd47fb7ab
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +0,0 @@
pkgs: {
paths = with pkgs; [
google-chrome
];
}

View file

@ -2,5 +2,6 @@ shenvs: {
gcKeep = with shenvs; [
armasm
anpi
jupyter
];
}

8
shenvs/mad.nix Normal file
View file

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