This commit is contained in:
parent
2595f525f3
commit
4af530810c
4 changed files with 124 additions and 0 deletions
7
justfile
7
justfile
|
@ -4,6 +4,13 @@ run:
|
|||
update:
|
||||
nix flake update
|
||||
|
||||
watch:
|
||||
typst watch Elijah_McMorris_Resume.typ
|
||||
|
||||
pdf:
|
||||
typst compile Elijah_McMorris_Resume.typ
|
||||
mv Elijah_McMorris_Resume.pdf static/
|
||||
|
||||
docker:
|
||||
nix build .#packages.x86_64-linux.my-docker
|
||||
docker load < ./result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue