templates: beamer: use new style texlive syntax

This commit is contained in:
xenia 2025-06-10 00:08:55 -04:00
parent a00041da5f
commit 0a6e9704e6
1 changed files with 4 additions and 6 deletions

View File

@ -3,12 +3,10 @@
outputs = { self, dragnpkgs } @ inputs: dragnpkgs.lib.mkFlake {
# Define a texlive environment to use
packages.texlive-custom = { texlive }: texlive.combine {
inherit (texlive)
scheme-medium
fontawesome5
moloch;
};
packages.texlive-custom = { texliveMedium }: texliveMedium.withPackages (ps: with ps; [
fontawesome5
moloch
]);
# Package definition for building the PDF
packages.default = { system, stdenvNoCC }: stdenvNoCC.mkDerivation rec {