diff options
Diffstat (limited to 'latex')
-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 f3f7879..d8e5b9d 100644 --- a/latex/flake.nix +++ b/latex/flake.nix @@ -58,6 +58,7 @@ nixpkgs, flake-utils, flake_version_update, + lpm, ... }: flake-utils.lib.eachDefaultSystem (system: let @@ -66,7 +67,7 @@ # This version is set automatically on `cog bump --auto`; version = "v1.0.0"; # GUIDING VERSION STRING - texlive = pkgs.texlive.combined.small; + texlive = pkgs.texlive.combined.scheme-medium; in { packages.default = pkgs.stdenv.mkDerivation { pname = ""; # TODO |