From 894615af527187415b2afedc849012b949a9a723 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 13 Dec 2020 14:25:18 +0000 Subject: Add -r to cp to copy the directory This should be the last hold-out before deploying habit-screens! :) --- website/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/default.nix b/website/default.nix index 514b60cec697..bd4bd7f85228 100644 --- a/website/default.nix +++ b/website/default.nix @@ -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 ''; } -- cgit 1.4.1