From b9aa2940f90103e40e824059e84f8a5dfdfe5a35 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 4 Oct 2020 12:56:10 +0200 Subject: Add full TeX Live shell for convenience May be GCed, should build as full derivation. --- tasks/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tasks') diff --git a/tasks/default.nix b/tasks/default.nix index 23be945..7de01e0 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -50,6 +50,15 @@ in { ]); }; + latex_shell = { + description = "Complete TeX Live shell environment"; + directory = "~/"; + type = "environment"; + environment = mkShellDerivation "latex-env" (with pkgs; [ + texlive.combined.scheme-full + ]); + }; + pymath_jupyter = { description = "Python for mathematics @ Jupyter Lab"; directory = "~/"; -- cgit v1.2.3