mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Temporary backward compatibility hack
This commit is contained in:
parent
485a87f22f
commit
bb39f2bb8a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
versionSuffix =
|
versionSuffix =
|
||||||
if officialRelease
|
if officialRelease
|
||||||
then ""
|
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;
|
officialRelease = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue