Temporary backward compatibility hack

This commit is contained in:
Eelco Dolstra 2020-04-02 19:12:14 +02:00
parent 485a87f22f
commit bb39f2bb8a

View file

@ -13,7 +13,7 @@
versionSuffix =
if officialRelease
then ""
else "pre${builtins.substring 0 8 self.lastModifiedDate}_${self.shortRev or "dirty"}";
else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified)}_${self.shortRev or "dirty"}";
officialRelease = false;