fix maybe

This commit is contained in:
zoey 2024-10-25 05:51:13 +00:00
parent 7670b78dd1
commit 08803cfda1

View file

@ -23,19 +23,7 @@
buildInputs = with pkgs; [
pkgs.coreutils
pkgs.findutils
(texlive.combine {
inherit
(texlive)
scheme-small
academicons
arydshln
fontawesome5
marvosym
moderncv
multirow
latexmk
;
})
pkgs.texlive.combined.scheme-full
];
buildPhase = ''
export PATH="${pkgs.lib.makeBinPath buildInputs}"
@ -67,19 +55,7 @@
devShells = eachSystem (pkgs: {
default = pkgs.mkShell {
buildInputs = with pkgs; [
(texlive.combine {
inherit
(texlive)
scheme-small
academicons
arydshln
fontawesome5
marvosym
moderncv
multirow
latexmk
;
})
pkgs.texlive.combined.scheme-full
pkgs.texlab
pkgs.termpdfpy
];