templates: beamer: use new style texlive syntax
This commit is contained in:
parent
a00041da5f
commit
0a6e9704e6
|
@ -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
|
||||
packages.texlive-custom = { texliveMedium }: texliveMedium.withPackages (ps: with ps; [
|
||||
fontawesome5
|
||||
moloch;
|
||||
};
|
||||
moloch
|
||||
]);
|
||||
|
||||
# Package definition for building the PDF
|
||||
packages.default = { system, stdenvNoCC }: stdenvNoCC.mkDerivation rec {
|
||||
|
|
Loading…
Reference in New Issue