You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: Channel URLs migrated to channels.nixos.org subdomain
3
+
prs: [14518]
4
+
issues: [14517]
5
+
---
6
+
7
+
Channel URLs have been updated from `https://nixos.org/channels/` to `https://channels.nixos.org/` throughout Nix.
8
+
9
+
The subdomain provides better reliability with IPv6 support and improved CDN distribution. The old domain apex (`nixos.org/channels/`) currently redirects to the new location but may be deprecated in the future.
Copy file name to clipboardExpand all lines: doc/manual/source/command-ref/nix-channel.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
Channels are a mechanism for referencing remote Nix expressions and conveniently retrieving their latest version.
12
12
13
13
The moving parts of channels are:
14
-
- The official channels listed at <https://nixos.org/channels>
14
+
- The official channels listed at <https://channels.nixos.org>
15
15
- The user-specific list of [subscribed channels](#subscribed-channels)
16
16
- The [downloaded channel contents](#channels)
17
17
- The [Nix expression search path](@docroot@/command-ref/conf-file.md#conf-nix-path), set with the [`-I` option](#opt-I) or the [`NIX_PATH` environment variable](#env-NIX_PATH)
@@ -88,9 +88,9 @@ This command has the following operations:
88
88
Subscribe to the Nixpkgs channel and run `hello` from the GNU Hello package:
0 commit comments