summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2022-12-01 02:48:12 +0100
committerpacien2022-12-01 02:48:12 +0100
commita51ab311f1c643dd3cbde9018a4e99a86c8bf146 (patch)
tree8e03c700bf30314718380873e79c8038ad9603d7 /flake.nix
parent0749847aeab2dcaab43f50956f9cf0b21c31943b (diff)
downloadmarkdown-course-website-a51ab311f1c643dd3cbde9018a4e99a86c8bf146.tar.gz
flake: use smaller texlive dist
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index aa5c073..4c7164b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {