dont include the timestamp in the docker image created date

i hate this

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-15 00:52:22 -04:00 committed by June
parent 527a5cbd73
commit 775191d5c1

View file

@ -198,7 +198,7 @@
name = package.pname; name = package.pname;
tag = "main"; tag = "main";
# Debian makes builds reproducible through using the HEAD commit's date # Debian makes builds reproducible through using the HEAD commit's date
created = self.lastModifiedDate; created = builtins.substring 0 8 self.lastModifiedDate;
copyToRoot = [ copyToRoot = [
pkgs.dockerTools.caCertificates pkgs.dockerTools.caCertificates
]; ];