+1
-1
nixos/modules/misc/version.nix
+1
-1
nixos/modules/misc/version.nix
+1
-1
nixos/release.nix
+1
-1
nixos/release.nix
···
9
9
10
10
version = fileContents ../.version;
11
11
versionSuffix =
12
-
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
12
+
(if stableBranch then "." else "beta") + "${toString (nixpkgs.revCount - 102184)}.${nixpkgs.shortRev}";
13
13
14
14
forAllSystems = genAttrs supportedSystems;
15
15