shell.nix: unset SOURCE_DATE_EPOCH

we require the current time.
This commit is contained in:
Astro 2020-07-23 00:37:25 +02:00
parent a90af085cd
commit 8c7f936851
1 changed files with 3 additions and 0 deletions

View File

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