1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-08 01:51:01 +01:00

Change channel URLs to channels.nixos.org subdomain

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
This commit is contained in:
Robert Hensing 2025-11-09 15:13:15 +01:00
parent 479b6b73a9
commit f715992346
8 changed files with 18 additions and 9 deletions

View file

@ -2234,7 +2234,7 @@ static RegisterPrimOp primop_findFile(
> - ```
> {
> prefix = "nixpkgs";
> path = "https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz";
> path = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
> }
> ```