Compare commits

...

1 Commits

Author SHA1 Message Date
Janne Heß
7ae60dd706 22.05 beta release 2022-05-23 20:00:45 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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