22.11 beta release

This commit is contained in:
Martin Weinelt
2022-11-21 21:08:55 +01:00
parent 550e897a48
commit bb029673bf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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 - 428633}.${nixpkgs.shortRev}";
# Run the tests for each platform. You can run a test by doing
# e.g. nix-build release.nix -A tests.login.x86_64-linux,