Skip to content

Commit

Permalink
fix: add content folder to nix package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Mar 13, 2024
1 parent 7fc8abf commit ad98ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
mkdir -p $out/bin
cp target/release/server $out/bin/blog
cp -r target/site $out/bin/
cp -r content $out/bin/
'';
# Prevent cargo test and nextest from duplicating tests
doCheck = false;
Expand Down

0 comments on commit ad98ce0

Please sign in to comment.