From fe03d4bbc59a3f0f4e1c57808152d4eb5ca95ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Wed, 20 Apr 2022 21:18:22 -0600 Subject: [PATCH] crea shenv de chrome --- shenvs/chrome.nix | 5 +++++ shenvs/jupyter.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 shenvs/chrome.nix diff --git a/shenvs/chrome.nix b/shenvs/chrome.nix new file mode 100644 index 0000000..7c15d87 --- /dev/null +++ b/shenvs/chrome.nix @@ -0,0 +1,5 @@ +pkgs: { + paths = with pkgs; [ + google-chrome + ]; +} diff --git a/shenvs/jupyter.nix b/shenvs/jupyter.nix index 6e5a73e..8d5065a 100644 --- a/shenvs/jupyter.nix +++ b/shenvs/jupyter.nix @@ -4,6 +4,7 @@ pkgs: { jupyterlab matplotlib numpy + octave scipy sympy ] ))