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 {
|
default = pkgs.stdenvNoCC.mkDerivation rec {
|
||||||
name = "resume-latex";
|
name = "resume-latex";
|
||||||
src = self;
|
src = self;
|
||||||
buildInputs = with pkgs;[
|
buildInputs = with pkgs; [
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
(texlive.combine {
|
pkgs.texlive.combined.scheme-full
|
||||||
inherit
|
|
||||||
(texlive)
|
|
||||||
scheme-small
|
|
||||||
academicons
|
|
||||||
arydshln
|
|
||||||
fontawesome5
|
|
||||||
marvosym
|
|
||||||
moderncv
|
|
||||||
multirow
|
|
||||||
latexmk
|
|
||||||
;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export PATH="${pkgs.lib.makeBinPath buildInputs}"
|
export PATH="${pkgs.lib.makeBinPath buildInputs}"
|
||||||
|
|
@ -67,19 +55,7 @@
|
||||||
devShells = eachSystem (pkgs: {
|
devShells = eachSystem (pkgs: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
(texlive.combine {
|
pkgs.texlive.combined.scheme-full
|
||||||
inherit
|
|
||||||
(texlive)
|
|
||||||
scheme-small
|
|
||||||
academicons
|
|
||||||
arydshln
|
|
||||||
fontawesome5
|
|
||||||
marvosym
|
|
||||||
moderncv
|
|
||||||
multirow
|
|
||||||
latexmk
|
|
||||||
;
|
|
||||||
})
|
|
||||||
pkgs.texlab
|
pkgs.texlab
|
||||||
pkgs.termpdfpy
|
pkgs.termpdfpy
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue