revert it this shit is so ass 😭
This commit is contained in:
parent
3b5eed25d7
commit
8a737fbb37
2 changed files with 174 additions and 70 deletions
|
|
@ -20,10 +20,10 @@
|
|||
default = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
name = "resume-latex";
|
||||
src = self;
|
||||
buildInputs = with pkgs; [
|
||||
buildInputs = [
|
||||
pkgs.coreutils
|
||||
pkgs.findutils
|
||||
pkgs.texlive.combined.scheme-full
|
||||
pkgs.texlive.combined.scheme-full
|
||||
];
|
||||
buildPhase = ''
|
||||
export PATH="${pkgs.lib.makeBinPath buildInputs}"
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
devShells = eachSystem (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
buildInputs = [
|
||||
pkgs.texlive.combined.scheme-full
|
||||
pkgs.texlab
|
||||
pkgs.termpdfpy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue