Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-logger committed Dec 2, 2023
1 parent 7a29bad commit 56ff567
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,086 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Ignore build symlinks
result*
.tmp
resume.html
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# This may need customizations, such as using the correct file
# format and copying other resources (such as images).
default = pkgs.runCommand "resume" { } ''
ln -s ${./resume.json} resume.json
ln -s ${./resume.nix} resume.nix
HOME=$(mktemp -d) ${self.packages.${system}.builder}
mkdir $out
cp -v resume.html $out/index.html
Expand Down
Loading

0 comments on commit 56ff567

Please sign in to comment.