añade shenv de jupyter y de mad
This commit is contained in:
parent
37aa661e6e
commit
4cd47fb7ab
|
@ -1,5 +0,0 @@
|
||||||
pkgs: {
|
|
||||||
paths = with pkgs; [
|
|
||||||
google-chrome
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -2,5 +2,6 @@ shenvs: {
|
||||||
gcKeep = with shenvs; [
|
gcKeep = with shenvs; [
|
||||||
armasm
|
armasm
|
||||||
anpi
|
anpi
|
||||||
|
jupyter
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
8
shenvs/mad.nix
Normal file
8
shenvs/mad.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pkgs: {
|
||||||
|
paths = with pkgs; [
|
||||||
|
octave
|
||||||
|
(python39.withPackages ( packages: with packages; [
|
||||||
|
psycopg2
|
||||||
|
] ))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue