21.05 beta release

This commit is contained in:
Jonathan Ringer
2021-05-22 17:56:13 -07:00
parent 900115a4f7
commit 12c5acf376
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.";
};