unify version string between lix and nixos-module
Currenlty `lix` and `nixos-module` have slightly diverging version numbering. This commit fixes the lix side of things, in accordance to the format proposed in https://git.lix.systems/lix-project/lix/issues/585#issuecomment-7336 which allows for better use of `builtins.compareVersions` fixes #585 Change-Id: I2072b701f9fadf780e7aab67b62fbcd2ec5df76d
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
else
|
||||
"pre${
|
||||
builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")
|
||||
}_${self.shortRev or "dirty"}";
|
||||
}-dev_${self.shortRev or "dirty"}";
|
||||
|
||||
linux32BitSystems = [ "i686-linux" ];
|
||||
linux64BitSystems = [
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.94.0-dev",
|
||||
"version": "2.94.0",
|
||||
"official_release": false,
|
||||
"release_name": "TBA"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user