crea shenv de chrome
This commit is contained in:
parent
bbdd2d9731
commit
fe03d4bbc5
5
shenvs/chrome.nix
Normal file
5
shenvs/chrome.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
pkgs: {
|
||||
paths = with pkgs; [
|
||||
google-chrome
|
||||
];
|
||||
}
|
|
@ -4,6 +4,7 @@ pkgs: {
|
|||
jupyterlab
|
||||
matplotlib
|
||||
numpy
|
||||
octave
|
||||
scipy
|
||||
sympy
|
||||
] ))
|
||||
|
|
Loading…
Reference in a new issue