Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Mar 25, 2024
1 parent e339cb1 commit e89b3f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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*
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let
pkgs = import <nixpkgs> { };
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" {};
Expand Down

0 comments on commit e89b3f5

Please sign in to comment.