diff options
author | Soispha <soispha@vhack.eu> | 2023-08-21 01:22:57 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-21 01:22:57 +0200 |
commit | 45de8092565c7dad945f80169aaa8883c9c2237f (patch) | |
tree | 8a321fbfaf3d49c140781a3ba9a4843a1e7d2dd2 /latex/flake.nix | |
parent | Fix(rust/flake.nix): Add better interface to switch to nightly (diff) | |
download | flake-templates-45de8092565c7dad945f80169aaa8883c9c2237f.tar.gz flake-templates-45de8092565c7dad945f80169aaa8883c9c2237f.zip |
Fix(latex): Remove state full chapter files
Diffstat (limited to 'latex/flake.nix')
-rw-r--r-- | latex/flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/latex/flake.nix b/latex/flake.nix index 22a4cdb..52f7353 100644 --- a/latex/flake.nix +++ b/latex/flake.nix @@ -67,7 +67,8 @@ # This version is set automatically on `cog bump --auto`; version = "v1.0.0"; # GUIDING VERSION STRING - texlive = pkgs.texlive.combined.scheme-medium; + # TODO reduce to the needed ones + texlive = pkgs.texlive.combined.scheme-full; in { packages.default = pkgs.stdenv.mkDerivation { pname = ""; # TODO |