we require the current time.
@ -14,4 +14,7 @@ stdenv.mkDerivation {
rsync
gnumake
];
shellHook = ''
unset SOURCE_DATE_EPOCH
'';
}