diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ | |||
16 | flake-utils.lib.eachDefaultSystem (system: | 16 | flake-utils.lib.eachDefaultSystem (system: |
17 | with nixpkgs.legacyPackages.${system}; | 17 | with nixpkgs.legacyPackages.${system}; |
18 | let | 18 | let |
19 | texliveDist = texlive.combined.scheme-full; | 19 | texliveDist = texlive.combined.scheme-small; |
20 | solutionsSecret = "topsecret"; | 20 | solutionsSecret = "topsecret"; |
21 | 21 | ||
22 | compileQuarto = options: stdenv.mkDerivation { | 22 | compileQuarto = options: stdenv.mkDerivation { |