Nix Packages collection & NixOS
Find a file
Wolfgang Walther ef1077013b
workflows/manual-nixpkgs: build nixpkgs manual on staging and stable branches
By using the pinned nixpkgs we have for CI, we can lift the restriction
of building the nixpkgs manual only in PRs targeting master.

At the same time, this uses the pinned nixpkgs for the doc/ folder's dev
shell. This allows entering that shell while working on a staging-based
branch and write documentation.

Why should staging be un(der)documented, after all?

Note: The package that is available in nixpkgs as pkgs.nixpkgs-manual
will still be built with the current nixpkgs checkout, not the pinned
version. This is the same that hydra builds.
2025-05-29 17:06:40 +02:00
.devcontainer .devcontainer: add commands to adjust permissions under Codespaces (#386690) 2025-05-06 12:20:24 +02:00
.github workflows/manual-nixpkgs: build nixpkgs manual on staging and stable branches 2025-05-29 17:06:40 +02:00
ci workflows/manual-nixpkgs: build nixpkgs manual on staging and stable branches 2025-05-29 17:06:40 +02:00
doc workflows/manual-nixpkgs: build nixpkgs manual on staging and stable branches 2025-05-29 17:06:40 +02:00
lib lib: prefer replaceString over replaceStrings 2025-05-28 00:20:57 +02:00
maintainers spicedb: add squat as maintainer 2025-05-28 13:42:23 -05:00
nixos nixos/swap: require mkswap when encrypted 2025-05-29 19:28:40 +05:30
pkgs Add multiple GPIO related packages by joan2937 (#352308) 2025-05-29 17:11:00 +03:00
.editorconfig workflows/editorconfig.editorconfig-checker: 2.4.0 -> 3.2.0 2025-05-07 20:01:38 +02:00
.git-blame-ignore-revs .git-blame-ignore-revs: add meta.teams treewide 2025-04-26 01:21:28 +00:00
.gitattributes
.gitignore gitignore: ignore worktrees 2025-03-30 22:46:13 -04:00
.mailmap mailmap: add Ethan Carter Edwards 2025-02-13 23:01:33 -05:00
.mergify.yml chore(mergify): remove not relevant Tag check (#365804) 2024-12-17 09:13:23 +01:00
.version
CONTRIBUTING.md CONTRIBUTING.md: fix link to formt-check workflow 2025-05-17 11:41:11 +02:00
COPYING COPYING: 2024 -> 2025 2025-01-01 05:27:15 +01:00
default.nix treewide: format all inactive Nix files 2024-12-10 20:26:33 +01:00
flake.nix flake: fix nix flake check --all-systems --no-build again 2025-04-02 12:44:41 -07:00
README.md README.md: fix NixOS logo 2025-05-23 22:57:10 +02:00
shell.nix shell: Introduce treefmt 2025-04-01 20:09:44 +02:00

NixOS logo

Contributors badge Open Collective supporters

Nixpkgs is a collection of over 120,000 software packages that can be installed with the Nix package manager. It also implements NixOS, a purely-functional Linux distribution.

Manuals

  • NixOS Manual - how to install, configure, and maintain a purely-functional Linux distribution
  • Nixpkgs Manual - contributing to Nixpkgs and using programming-language-specific Nix expressions
  • Nix Package Manager Manual - how to write Nix expressions (programs), and how to use Nix command line tools

Community

Other Project Repositories

The sources of all official Nix-related projects are in the NixOS organization on GitHub. Here are some of the main ones:

  • Nix - the purely functional package manager
  • NixOps - the tool to remotely deploy NixOS machines
  • nixos-hardware - NixOS profiles to optimize settings for different hardware
  • Nix RFCs - the formal process for making substantial changes to the community
  • NixOS homepage - the NixOS.org website
  • hydra - our continuous integration system
  • NixOS Artwork - NixOS artwork

Continuous Integration and Distribution

Nixpkgs and NixOS are built and tested by our continuous integration system, Hydra.

Artifacts successfully built with Hydra are published to cache at https://cache.nixos.org/. When successful build and test criteria are met, the Nixpkgs expressions are distributed via Nix channels.

Contributing

Nixpkgs is among the most active projects on GitHub. While thousands of open issues and pull requests might seem a lot at first, it helps consider it in the context of the scope of the project. Nixpkgs describes how to build tens of thousands of pieces of software and implements a Linux distribution. The GitHub Insights page gives a sense of the project activity.

Community contributions are always welcome through GitHub Issues and Pull Requests.

For more information about contributing to the project, please visit the contributing page.

Donations

The infrastructure for NixOS and related projects is maintained by a nonprofit organization, the NixOS Foundation. To ensure the continuity and expansion of the NixOS infrastructure, we are looking for donations to our organization.

You can donate to the NixOS foundation through SEPA bank transfers or by using Open Collective:

License

Nixpkgs is licensed under the MIT License.

Note: MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.