21.05 beta release

wip/little-gl
Jonathan Ringer 3 years ago
parent 900115a4f7
commit 12c5acf376
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 2
      nixos/modules/misc/version.nix
  2. 2
      nixos/release.nix

@ -76,7 +76,7 @@ in
defaultChannel = mkOption {
internal = true;
type = types.str;
default = "https://nixos.org/channels/nixos-unstable";
default = "https://nixos.org/channels/nixos-21.05";
description = "Default NixOS channel to which the root user is subscribed.";
};

@ -12,7 +12,7 @@ let
version = fileContents ../.version;
versionSuffix =
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
(if stableBranch then "." else "beta") + "${toString (nixpkgs.revCount - 291486)}.${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,

Loading…
Cancel
Save