Update resume flake

This commit is contained in:
Greg Shuflin 2024-01-31 23:57:11 -08:00
parent 4663400a0c
commit 5c0ff2c436
2 changed files with 6 additions and 4 deletions

View File

@ -70,11 +70,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1695795394,
"narHash": "sha256-wWE5C4vy5zvx1kt84Qv8XCWt1wVRa2InCUdUr9wh3+4=",
"lastModified": 1706774078,
"narHash": "sha256-MxUwWWM+SWTcdb2H7kMfO97P4UMvDiqf2d0GM6vQlUY=",
"ref": "refs/heads/master",
"rev": "1739b2057e836e7f76a0ef06b00e9eb2083429d1",
"revCount": 57,
"rev": "b733b58f5331dd3591eb0265d2bcfc13654b0041",
"revCount": 60,
"type": "git",
"url": "file:///home/greg/code/active/resume"
},

View File

@ -5,6 +5,8 @@ server := "realname-server.everydayimshuflin.com"
resume_dir := "/home/greg/code/active/resume"
resume_filename := "Greg Shuflin resume.pdf"
update-resume:
nix flake lock --update-input resume-flake
deploy-html:
scp index.html favicon.png style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"