From 281ceede3ae981d0c8ce7fd2fe074c3ea3131f91 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 22 Oct 2020 21:22:07 +0200 Subject: Switch from full TeX Live to Tectonic for generic TeX environment --- tasks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasks') diff --git a/tasks/default.nix b/tasks/default.nix index 7de01e0..2100bee 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -51,11 +51,11 @@ in { }; latex_shell = { - description = "Complete TeX Live shell environment"; + description = "Generic LaTeX shell environment"; directory = "~/"; type = "environment"; environment = mkShellDerivation "latex-env" (with pkgs; [ - texlive.combined.scheme-full + tectonic ]); }; -- cgit v1.2.3