nix: try lastModifiedDate for oci image created date

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-14 04:00:54 -04:00 committed by June
parent 0f3f919e7b
commit 71611f0ae5

View file

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