nix: try lastModifiedDate for oci image created date
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0f3f919e7b
commit
71611f0ae5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue