Skip to content

Commit 07f77bb

Browse files
authored
nixos/nix-channel: default to channels.nixos.org (NixOS#460057)
2 parents 21a328d + 5d858fa commit 07f77bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/config/nix-channel.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in
7171
defaultChannel = mkOption {
7272
internal = true;
7373
type = types.str;
74-
default = "https://nixos.org/channels/nixos-unstable";
74+
default = "https://channels.nixos.org/nixos-unstable";
7575
description = "Default NixOS channel to which the root user is subscribed.";
7676
};
7777
};

0 commit comments

Comments
 (0)