Nix (package manager): Difference between revisions
imported>Poelzi add tvix link |
imported>Leo248 m updated stable channel to 23.11 |
||
Line 50: | Line 50: | ||
==== Channels ==== | ==== Channels ==== | ||
Nix packages are distributed through a number of Nix channels: mechanisms for distributing Nix expressions as well as the associated binary caches for them. These channels are what determine which versions your packages have, and they can be broadly categorized into ''stable'' and ''unstable'' channels. Most users will want the stable channel, currently <code>nixos- | Nix packages are distributed through a number of Nix channels: mechanisms for distributing Nix expressions as well as the associated binary caches for them. These channels are what determine which versions your packages have, and they can be broadly categorized into ''stable'' and ''unstable'' channels. Most users will want the stable channel, currently <code>nixos-23.11</code>. For more information on channels and how to choose them, see the [[Nix Channels]] article. | ||
{| class="wikitable" | {| class="wikitable" |