diff options
author | Amon Stopinšek <am-on@users.noreply.github.com> | 2021-12-09 16:44:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 16:44:24 +0000 |
commit | 0bd93ed7478a827ea81e71dbce113cd7e073d8cb (patch) | |
tree | f9e9db510edf402994372e7bd4f65fa4280a336d /doc/manual | |
parent | bc57b3854e75d3f20929fd63d69a98b8237f23b2 (diff) |
Fix link to nixos channel
The old link returned 404 errror.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/package-management/basic-package-mgmt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/package-management/basic-package-mgmt.md b/doc/manual/src/package-management/basic-package-mgmt.md index 50c6d3c2d..5f1d7a89c 100644 --- a/doc/manual/src/package-management/basic-package-mgmt.md +++ b/doc/manual/src/package-management/basic-package-mgmt.md @@ -40,7 +40,7 @@ $ nix-channel --update > > On NixOS, you’re automatically subscribed to a NixOS channel > corresponding to your NixOS major release (e.g. -> <http://nixos.org/channels/nixos-14.12>). A NixOS channel is identical +> <http://nixos.org/channels/nixos-21.11>). A NixOS channel is identical > to the Nixpkgs channel, except that it contains only Linux binaries > and is updated only if a set of regression tests succeed. |