Overview of Nixpacks
mainNixpacks is a tool that transforms an application source directory into an OCI-compliant image. It achieves this by combining the application source, Nix packages, and Docker to create a deployable image. It is designed as an alternative to Buildpacks, leveraging the Nix ecosystem to manage system and language dependencies.
Note: This project is currently in maintenance mode and is not under active development. For new projects, it is recommended to use Railpack instead.