Skip to content

Commit

Permalink
fix(template): Fix template builder for updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Oct 13, 2024
1 parent 04cf56c commit 3509a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# format and copying other resources (such as images).
default = pkgs.runCommand "resume" {} ''
ln -s ${./resume.nix} resume.nix
HOME=$(mktemp -d) ${self.packages.${system}.builder}
HOME=$(mktemp -d) ${lib.getExe self.packages.${system}.builder}
mkdir $out
cp -v resume.html $out/index.html
# Copy other resources such as images here...
Expand Down

0 comments on commit 3509a20

Please sign in to comment.