nixos: now beta

This commit is contained in:
Jonathan Ringer 2020-09-22 21:58:55 -07:00
parent 9214e9509b
commit cc9d3bf73f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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,