From c0d21808e28943fa90d57b6d6c9773962b406b16 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 12 Nov 2021 10:27:06 +0100 Subject: Update jupyterlab environments --- tasks/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/default.nix b/tasks/default.nix index 2d76551..15f2a1d 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -45,12 +45,22 @@ in { ]); }; + java_shell = { + description = "Generic Java shell environment"; + directory = "~/"; + type = "environment"; + environment = mkShellDerivation "java-env" (with pkgs; [ + gnumake + openjdk + ]); + }; + latex_shell = { description = "Generic LaTeX shell environment"; directory = "~/"; type = "environment"; environment = mkShellDerivation "latex-env" (with pkgs; [ - tectonic + texlive.combined.scheme-full ]); }; -- cgit v1.2.3