about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-22 21:58:55 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-09-22 21:58:55 -0700
commitcc9d3bf73fa5d019a6972c6d61033601f10875a8 (patch)
tree4b692a5138b68ccd647158fd6beaaf3922c7a740
parent9214e9509bc1662b2c9d6a87af1609373bdb610c (diff)
nixos: now beta
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 602aad8018c9a..45693ba52289f 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -12,7 +12,7 @@ let
 
   version = fileContents ../.version;
   versionSuffix =
-    (if stableBranch then "." else "alpha") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}";
+    (if stableBranch then "." else "beta") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}";
 
   # Run the tests for each platform.  You can run a test by doing
   # e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,