diff options
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 |