aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/populate/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix
index 7129b90..bbd2641 100644
--- a/pkgs/populate/default.nix
+++ b/pkgs/populate/default.nix
@@ -199,6 +199,9 @@ let
${coreutils}/bin/touch -r "$age_path" "$tmp_path"
done
+ ${findutils}/bin/find "$tmp_dir" -type d \
+ -exec ${coreutils}/bin/touch -t 311111111111.11 {} +
+
${rsync' target rsyncDefaultConfig /* sh */ "$tmp_dir"}
'';