aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-10-22 21:22:07 +0200
committerAdrian Kummerlaender2020-10-22 21:22:07 +0200
commit281ceede3ae981d0c8ce7fd2fe074c3ea3131f91 (patch)
tree2af209274937a3c8337b2c731c8a8aa0488781eb /tasks
parentad98885cbdbe8b80c9c4bac8c113203f3c75fdea (diff)
downloadnixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.gz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.bz2
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.lz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.xz
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.tar.zst
nixos_home-281ceede3ae981d0c8ce7fd2fe074c3ea3131f91.zip
Switch from full TeX Live to Tectonic for generic TeX environment
Diffstat (limited to 'tasks')
-rw-r--r--tasks/default.nix4
1 files changed, 2 insertions, 2 deletions
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
]);
};