+1
-1
nixos/release.nix
+1
-1
nixos/release.nix
···
12
12
13
13
version = fileContents ../.version;
14
14
versionSuffix =
15
-
(if stableBranch then "." else "alpha") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}";
15
+
(if stableBranch then "." else "beta") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}";
16
16
17
17
# Run the tests for each platform. You can run a test by doing
18
18
# e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,