revert it this shit is so ass 😭

This commit is contained in:
zoey 2024-10-25 05:58:52 +00:00
parent 3b5eed25d7
commit 8a737fbb37
2 changed files with 174 additions and 70 deletions

View file

@ -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