1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-25 10:36:36 +03:00

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; version = fileContents ../.version;
versionSuffix = 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 # 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, # e.g. nix-build -A tests.login.x86_64-linux, or equivalently,