nix: try lastModifiedDate for oci image created date
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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.lastModified;
|
created = self.lastModifiedDate;
|
||||||
copyToRoot = [
|
copyToRoot = [
|
||||||
pkgs.dockerTools.caCertificates
|
pkgs.dockerTools.caCertificates
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user