fix maybe
This commit is contained in:
parent
7670b78dd1
commit
08803cfda1
1 changed files with 3 additions and 27 deletions
28
flake.nix
28
flake.nix
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue