Alternative Package Sets: Difference between revisions

From NixOS Wiki
imported>Toraritte
Move "NixOS Module Enhancements" section to Modules article
Alazy (talk | contribs)
NixWRT hasn't been updated for years; development moved to liminix
 
(4 intermediate revisions by 2 users not shown)
Line 7: Line 7:
* [https://github.com/DavidEGrayson/nixcrpkgs Nixcrpkgs] Focused on cross-compiling
* [https://github.com/DavidEGrayson/nixcrpkgs Nixcrpkgs] Focused on cross-compiling
* [https://github.com/triton/triton Triton] - [https://triton.github.io/triton/triton-vs-nixos.html differences between Nixpkgs and Triton]
* [https://github.com/triton/triton Triton] - [https://triton.github.io/triton/triton-vs-nixos.html differences between Nixpkgs and Triton]
* [https://github.com/telent/nixwrt/ NixWRT] Build Router images with nix, based on nixpkgs
* [https://gti.telent.net/dan/liminix liminix] Build Router images with nix, based on nixpkgs


== Overlays ==
Since NixOS-17.03 Nixpkgs provides the [[Overlays|overlay]] feature which can be used to extend the Nixpkgs package set.
This is an non-exhaustive list of overlays:
* [https://github.com/mozilla/nixpkgs-mozilla Rust-nightly overlay] - [http://nixos.org/nixpkgs/manual/#using-the-rust-nightlies-overlay details in Nixpkgs manual]
* [https://github.com/peter-sa/nixos-rocm Overlay for Radeon Open-Compute packages]
* [https://github.com/garbas/nixpkgs-python Overlay by Rok Garbas for a set of python packages built by pypi2nix]
[[Category:NixOS]]
[[Category:Nixpkgs]]
[[Category:Nixpkgs]]
[[Category:Configuration]]
[[Category:Guide]]

Latest revision as of 21:09, 6 September 2024

Nixpkgs replacements

Even though Nixpkgs is currently the standard package set for Nix and NixOS, it can be replaced by another with different conventions and/or functionality. An alternative package set may build upon certain aspects of Nixpkgs, but more often than not it serves a distinct purpose.

This is a list of Nixpkgs alternatives: