Skip to content

Change channel URLs to channels.nixos.org subdomain#14518

Merged
Mic92 merged 1 commit intoNixOS:masterfrom
roberth:channel-subdomain
Nov 9, 2025
Merged

Change channel URLs to channels.nixos.org subdomain#14518
Mic92 merged 1 commit intoNixOS:masterfrom
roberth:channel-subdomain

Conversation

@roberth
Copy link
Member

@roberth roberth commented Nov 9, 2025

Update all channel URLs from https://nixos.org/channels/ to https://channels.nixos.org/ to use the more reliable subdomain.

The nixos.org domain apex lacks IPv6 support due to DNS hoster limitations. Using the subdomain allows better CDN distribution and improved reliability.

Updated files:

  • Installation scripts (multi-user and tarball installers)
  • Channel URL resolution in eval-settings.cc
  • Documentation and examples
  • Docker image default channel URL
  • Release notes (added note about URL change)

Fixes #14517

Tested:

$ ./result/bin/nix eval --impure --expr 'builtins.fetchTarball "channel:nixpkgs-unstable"'
unpacking 'https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz' into the Git cache...
"/nix/store/n9z9g10laiapycw47c3qgfyqmz7hp1mi-source"

$ ls /nix/store/n9z9g10laiapycw47c3qgfyqmz7hp1mi-source
ci  CONTRIBUTING.md  COPYING  default.nix  doc  flake.nix  lib  maintainers  modules  nixos  pkgs  README.md  shell.nix

Motivation

Context


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@roberth roberth requested a review from edolstra as a code owner November 9, 2025 14:18
@roberth roberth added the fetching Networking with the outside (non-Nix) world, input locking label Nov 9, 2025
Update all channel URLs from https://nixos.org/channels/ to
https://channels.nixos.org/ to use the more reliable subdomain.

The nixos.org domain apex lacks IPv6 support due to DNS hoster
limitations. Using the subdomain allows better CDN distribution
and improved reliability.

Updated files:
- Installation scripts (multi-user and tarball installers)
- Channel URL resolution in eval-settings.cc
- Documentation and examples
- Docker image default channel URL
- Release notes (added note about URL change)

Fixes NixOS#14517
@Mic92 Mic92 added this pull request to the merge queue Nov 9, 2025
Merged via the queue into NixOS:master with commit 08a8bae Nov 9, 2025
18 checks passed
@edolstra edolstra mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation fetching Networking with the outside (non-Nix) world, input locking

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change channels to channels.nixos.org

2 participants