aboutsummaryrefslogtreecommitdiff
path: root/tasks/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/default.nix')
-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
]);
};