Alternative Package Sets: Difference between revisions
imported>Makefu No edit summary |
NixWRT hasn't been updated for years; development moved to liminix |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
== Nixpkgs replacements == | == Nixpkgs replacements == | ||
Even though nixpkgs is currently the '''standard''' package set for | Even though [https://github.com/nixos/nixpkgs 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 [https://github.com/nixos/nixpkgs Nixpkgs] alternatives: | |||
* [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:// | * [https://gti.telent.net/dan/liminix liminix] Build Router images with nix, based on nixpkgs | ||
[[Category:Nixpkgs]] | [[Category:Nixpkgs]] | ||
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:
- Nixcrpkgs Focused on cross-compiling
- Triton - differences between Nixpkgs and Triton
- liminix Build Router images with nix, based on nixpkgs