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:
Commentator2.0
2025-10-11 18:47:46 +00:00
committed by Rutile
parent b88a6e6f11
commit d9c1c0925c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,5 +1,5 @@
{
"version": "2.94.0-dev",
"version": "2.94.0",
"official_release": false,
"release_name": "TBA"
}