Add -r to cp to copy the directory

This should be the last hold-out before deploying habit-screens! :)
This commit is contained in:
William Carroll 2020-12-13 14:25:18 +00:00
parent f99b61305b
commit 894615af52

View file

@ -8,6 +8,6 @@ pkgs.stdenv.mkDerivation {
cp $src/index.html $out
mkdir -p $out/habits
cp ${briefcase.website.habit-screens} $out/habits/index.html
cp -r ${briefcase.website.habit-screens} $out/habits/index.html
'';
}