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 {
|
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)
|
fontawesome5
|
||||||
scheme-medium
|
moloch
|
||||||
fontawesome5
|
]);
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in New Issue