Skip to content

Commit

Permalink
fixed artifacts in nix output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 9, 2024
1 parent 028aca6 commit ddd3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
'';
installPhaseCommand = ''
mkdir -p $out/bin
cp target/release/site-server $out/bin/site-server
cp target/release/site-server $out/bin/
cp -r target/site $out/bin/
'';
# Prevent cargo test and nextest from duplicating tests
Expand Down

0 comments on commit ddd3a20

Please sign in to comment.