mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Change lastModified to the number of seconds in the epoch
'lastModifiedDate' is now a string representing the equivalent date/time.
This commit is contained in:
parent
6d6467d376
commit
ab47868639
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
versionSuffix =
|
||||
if officialRelease
|
||||
then ""
|
||||
else "pre${builtins.substring 0 8 self.lastModified}_${self.shortRev or "dirty"}";
|
||||
else "pre${builtins.substring 0 8 self.lastModifiedDate}_${self.shortRev or "dirty"}";
|
||||
|
||||
officialRelease = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue