A lightweight, container-focused Linux distribution based on Nix with modular init system choices and minimal defaults.
NixNG is a Linux distribution based on the Nix package manager, designed as a lighter alternative to NixOS. It focuses on simplicity by omitting systemd, supporting multiple init systems, and adopting a minimal package set by default. The project is optimized for building lightweight containers and provides fully structured configuration for modules.
Developers and system administrators looking for a minimal, container-focused Linux distribution built on Nix, particularly those who prefer non-systemd init systems or need lightweight container images.
NixNG offers a simpler, more modular alternative to NixOS with a minimal default package set and flexible init system choices, making it ideal for containerized environments where lightweight and configurable systems are prioritized.
A linux distribution based on Nix [maintainer=@MagicRB]
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Omits systemd in favor of simpler init systems like runit, reducing overhead and complexity, as highlighted in the README's defining features.
Specifically designed to be lightweight and suitable for LXC or OCI containers, making it ideal for creating minimal container images.
Takes a 'minimal by default' approach, unlike NixOS's full-featured defaults, which helps avoid bloat in container deployments.
Uses fully structured configuration for modules without string-based extraConfig, improving maintainability and clarity in code.
Cannot boot on real hardware due to lacking a kernel and initramfs, as explicitly stated in the README, limiting its use to container-only environments.
Many modules are still unimplemented with 'a lot to be done,' requiring users to contribute or wait for development, which can hinder adoption.
Positioned as a 'playground' and container-specific distribution, indicating potential instability and fewer features compared to mature alternatives like NixOS.