- Notifications
You must be signed in to change notification settings - Fork0
Nix Packages collection & NixOS
License
Damnjelly/nixpkgs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nixpkgs is a collection of over100,000 software packages that can be installed with theNix package manager. It also implementsNixOS, a purely-functional Linux distribution.
- 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
- Discourse Forum
- Matrix Chat
- NixOS Weekly
- Official wiki
- Community-maintained list of ways to get in touch (Discord, Telegram, IRC, etc.)
The sources of all official Nix-related projects are in theNixOSorganization on GitHub. Here are some ofthe 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 - theNixOS.org website
- hydra - our continuous integration system
- NixOS Artwork - NixOS artwork
Nixpkgs and NixOS are built and tested by our continuous integrationsystem,Hydra.
- Continuous package builds for unstable/master
- Continuous package builds for the NixOS 24.05 release
- Tests for unstable/master
- Tests for the NixOS 24.05 release
Artifacts successfully built with Hydra are published to cache athttps://cache.nixos.org/. When successful build and test criteria aremet, the Nixpkgs expressions are distributed viaNixchannels.
Nixpkgs is among the most active projects on GitHub. While thousandsof open issues and pull requests might seem a lot at first, it helpsconsider it in the context of the scope of the project. Nixpkgsdescribes how to build tens of thousands of pieces of software and implements aLinux distribution. TheGitHub Insightspage gives a sense of the project activity.
Community contributions are always welcome through GitHub Issues andPull Requests.
For more information about contributing to the project, please visitthecontributing page.
The infrastructure for NixOS and related projects is maintained by anonprofit organization, theNixOSFoundation. To ensure thecontinuity and expansion of the NixOS infrastructure, we are lookingfor donations to our organization.
You can donate to the NixOS foundation throughSEPA banktransfers or by using Open Collective:
Nixpkgs is licensed under theMIT License.
Note: MIT license does not apply to the packages built by Nixpkgs,merely to the files in this repository (the Nix expressions, buildscripts, NixOS modules, etc.). It also might not apply to patchesincluded in Nixpkgs, which may be derivative works of the packages towhich they apply. The aforementioned artifacts are all covered by thelicenses of the respective packages.