From e89b3f51355d349c53ec27d1c389572c400f79b9 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:26:40 -0400 Subject: [PATCH] shell --- .gitignore | 12 ++++++------ justfile | 2 +- shell.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7e1e8ff..e249a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ README.html -*.out -*.toc *.aux +*.bak *.bbl *.blg -*.log -*synctex* *.el *.fdb_latexmk *.fls -*.bak[0-9]* +*.log +*.out *.sha256 *.tmp -*.bak +*.toc +*.xdv +*synctex* diff --git a/justfile b/justfile index 25fba28..b4a2ad1 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ format: @tex-fmt {{doc}}.tex {{doc}}.bib wgu-cv.cls build: - @tex-build -l {{doc}}.tex + @tex-build -x {{doc}}.tex compress: @compress-pdf {{doc}}.pdf diff --git a/shell.nix b/shell.nix index 1e288a3..5ea1ed2 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ let pkgs = import { }; dotfiles = builtins.fetchGit { url = "https://github.com/WGUNDERWOOD/dotfiles"; - rev = "c45aa4e8452c36fb1321bbff4172446160ca7c77"; + rev = "730df76dcf73cf62dde993eb89256e665bc1fd10"; }; programs = "${dotfiles}/programs/"; compress-pdf = pkgs.callPackage "${programs}/compress-pdf/compress-pdf.nix" {};