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