Nixpkgs/zh-hans: Difference between revisions
Loxodoromy (talk | contribs) mNo edit summary |
Loxodoromy (talk | contribs) Created page with "正如NixOS 24.11发行公告所强调的,''NixOS已经被认为是最与时俱进的发行版和包最多的发行版]。''Nixpkgs能成为杰出的Linux包仓库,归功于社区的持续贡献。" Tags: Mobile edit Mobile web edit |
||
Line 4: | Line 4: | ||
搜索可用的包和选项,见[[Searching packages|搜索包]]。 | 搜索可用的包和选项,见[[Searching packages|搜索包]]。 | ||
正如NixOS 24.11发行公告所强调的,''“NixOS已经被认为是最与时俱进的发行版和包最多的发行版”。''Nixpkgs能成为杰出的Linux包仓库,归功于社区的持续贡献。 | |||
<span id="Subpages"></span> | <span id="Subpages"></span> |
Revision as of 17:23, 26 September 2025
Nixpkgs是最大的Nix包仓库和NixOS模块。该仓库存储在GitHub上,由社区维护,并得到NixOS基金会的官方支持。
搜索可用的包和选项,见搜索包。
正如NixOS 24.11发行公告所强调的,“NixOS已经被认为是最与时俱进的发行版和包最多的发行版”。Nixpkgs能成为杰出的Linux包仓库,归功于社区的持续贡献。
子页面
There are a number of articles especially related to working with nixpkgs:
Releases
- Main article: Channel branches
The packages and modules hosted on Nixpkgs are distributed through various channel branches intended for particular use-cases. In practice they are differentiated by the level of testing updates must pass on the official nixos.org Hydra instance and the number of updates they receive.
For NixOS users, nixos-unstable
channel branch is the rolling release, where packages pass build tests and integration tests on a VM, and are tested from the perspective of being an operative system (this means things like the X server, KDE, various servers, and lower level details like installing bootloaders and running the NixOS installation steps are also tested).
For standalone Nix users, nixpkgs-unstable
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 (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.
Alternatives
Due to the fact that Nixpkgs is only a Nix expression, it is possible to extend or replace the logic with your own sources. In fact, there are a number of extensions as well as complete replacements for Nixpkgs, see the Alternative Package Sets article.