mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
nixos/doc/manual/installation: improve explanation of when channels are updated
The phrasing that channels are updated automatically "[when] all packages have been built" could be read as "all packages have been built successfully". However, in reality, it only meant to say that all packages have been *attempted* to be built, so a channel may still contain broken packages. This patch aims to make this clearer by mentioning that only a selection of packages is required to be built successfully and by pointing to the files which contain these selections.
This commit is contained in:
parent
4420d42422
commit
72c6a69e6b
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ The best way to keep your NixOS installation up to date is to use one of
|
|||
the NixOS *channels*. A channel is a Nix mechanism for distributing Nix
|
||||
expressions and associated binaries. The NixOS channels are updated
|
||||
automatically from NixOS's Git repository after certain tests have
|
||||
passed and all packages have been built. These channels are:
|
||||
passed and a selection of packages has been built successfully
|
||||
(see `nixos/release-combined.nix` and `nixos/release-small.nix`).
|
||||
These channels are:
|
||||
|
||||
- *Stable channels*, such as [`nixos-25.05`](https://channels.nixos.org/nixos-25.05).
|
||||
These only get conservative bug fixes and package upgrades. For
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue