diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-27 17:09:14 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-27 17:09:14 -0600 |
| commit | 58453dd110fa970d0176cb7cab1af5332f095ce7 (patch) | |
| tree | d43c6e854bfa50fd5b6421b87cc1616281ca4944 /template | |
| parent | 9a1ce9bd883f540d1626fb7b25a36d734bc1be53 (diff) | |
| download | tex-shell-master.tar tex-shell-master.tar.gz tex-shell-master.tar.bz2 tex-shell-master.tar.lz tex-shell-master.tar.xz tex-shell-master.tar.zst tex-shell-master.zip | |
Diffstat (limited to 'template')
| -rw-r--r-- | template/flake.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/template/flake.nix b/template/flake.nix index 59878c1..aa8e775 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -21,14 +21,7 @@ texShell = { scheme = pkgs.texliveSmall; - latexmk = { - enable = true; - rc = /* perl */ '' - $out_dir = '.latex-build'; - $pdf_mode = 1; - $pdflatex = 'pdflatex -interaction=nonstopmode %O %S'; - ''; - }; + latexmk.enable = true; }; devShells.default = pkgs.mkShellNoCC { inputsFrom = [ config.texShell.build.devShell ]; }; |
