diff options
author | pacien | 2022-12-01 02:48:12 +0100 |
---|---|---|
committer | pacien | 2022-12-01 02:48:12 +0100 |
commit | a51ab311f1c643dd3cbde9018a4e99a86c8bf146 (patch) | |
tree | 8e03c700bf30314718380873e79c8038ad9603d7 | |
parent | 0749847aeab2dcaab43f50956f9cf0b21c31943b (diff) | |
download | markdown-course-website-a51ab311f1c643dd3cbde9018a4e99a86c8bf146.tar.gz |
flake: use smaller texlive dist
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | lectures/01-first-lecture.md | 1 |
2 files changed, 1 insertions, 2 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 { |
diff --git a/lectures/01-first-lecture.md b/lectures/01-first-lecture.md index 59d6aa2..6f91c01 100644 --- a/lectures/01-first-lecture.md +++ b/lectures/01-first-lecture.md | |||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: "First lecture" | 2 | title: "First lecture" |
3 | theme: metropolis | ||
4 | --- | 3 | --- |
5 | 4 | ||
6 | # First chapter | 5 | # First chapter |