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:
parent
479b6b73a9
commit
f715992346
8 changed files with 18 additions and 9 deletions
|
|
@ -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";
|
||||
> }
|
||||
> ```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue