diff options
| author | Soispha <soispha@vhack.eu> | 2023-06-23 06:32:27 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-06-23 06:32:27 +0200 |
| commit | 602f92ee001608e3fbdd6d574feacb60e0670fa3 (patch) | |
| tree | fd46bb29df50e627ff7c3d4a476dd4fe7496ac7f | |
| parent | Build(flake): Update (diff) | |
| download | flake-templates-602f92ee001608e3fbdd6d574feacb60e0670fa3.zip | |
Fix(latex): Correct some variables
Diffstat (limited to '')
| -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 |
