Nixpkgs/en: Difference between revisions
Updating to match new version of source page |
Updating to match new version of source page Tags: Mobile edit Mobile web edit |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<languages/> | |||
'''Nixpkgs''' is the largest repository of [[Nix]] packages and [[NixOS]] modules. The repository is [https://github.com/nixos/nixpkgs hosted on GitHub] and maintained by the community, with official backing from the [[NixOS Foundation]]. | '''Nixpkgs''' is the largest repository of [[Nix]] packages and [[NixOS]] modules. The repository is [https://github.com/nixos/nixpkgs hosted on GitHub] and maintained by the community, with official backing from the [[NixOS Foundation]]. | ||
To search among available packages and options, see [[Searching packages]]. | To search among available packages and options, see [[Searching packages]]. | ||
As highlighted in [https://nixos.org/blog/announcements | As highlighted in [https://nixos.org/blog/announcements/2024/nixos-2411/ the announcement] of the NixOS 24.11 release, ''"NixOS is already known as [https://repology.org/repositories/statistics/newest the most up to date distribution] while also being [https://repology.org/repositories/statistics/total the distribution with the most packages]."'' This is thanks to the community's continued dedication to making Nixpkgs the preeminent Linux package repository. | ||
== Subpages == | == Subpages == | ||
There are a number of articles especially related to working with <tt>nixpkgs</tt>: | There are a number of articles especially related to working with <tt>nixpkgs</tt>: | ||
{{Special:PrefixIndex/ | {{Special:PrefixIndex/Nixpkgs/ |hideredirects=1 |stripprefix=1 |translate-hidetranslations=1}} | ||
== Releases == | == Releases == | ||
| Line 20: | Line 21: | ||
For standalone [[Nix]] users, <code>nixpkgs-unstable</code> channel branch is the rolling release, where packages pass only basic build tests and are upgraded continuously. | For standalone [[Nix]] users, <code>nixpkgs-unstable</code> channel branch is the rolling release, where packages pass only basic build tests and are upgraded continuously. | ||
Both [[NixOS]] and [[Nix]] users can use stable channel branches | Both [[NixOS]] and [[Nix]] users can use stable channel branches (see https://status.nixos.org/ for the current channels) to receive only conservative updates for fixing critical bugs and security vulnerabilities. Stable channel branches are released bi-annually at the end of May and the end of November. | ||
Using stable channels on NixOS is comparable to the user experience on other Linux distributions. | Using stable channels on NixOS is comparable to the user experience on other Linux distributions. | ||
== Alternatives == | == Alternatives == | ||