From a51ab311f1c643dd3cbde9018a4e99a86c8bf146 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 1 Dec 2022 02:48:12 +0100 Subject: flake: use smaller texlive dist --- flake.nix | 2 +- lectures/01-first-lecture.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index aa5c073..4c7164b 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ flake-utils.lib.eachDefaultSystem (system: with nixpkgs.legacyPackages.${system}; let - texliveDist = texlive.combined.scheme-full; + texliveDist = texlive.combined.scheme-small; solutionsSecret = "topsecret"; 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 @@ --- title: "First lecture" -theme: metropolis --- # First chapter -- cgit v1.2.3