fix maybe
This commit is contained in:
parent
7670b78dd1
commit
08803cfda1
1 changed files with 3 additions and 27 deletions
30
flake.nix
30
flake.nix
|
|
@ -20,22 +20,10 @@
|
|||
default = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
name = "resume-latex";
|
||||
src = self;
|
||||
buildInputs = with pkgs;[
|
||||
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