Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/railwayapp/nixpacks
App source + Nix packages + Docker = Image
https://github.com/railwayapp/nixpacks
buildpacks cli docker nix nixpkgs rust
Last synced: 3 days ago
JSON representation
App source + Nix packages + Docker = Image
- Host: GitHub
- URL: https://github.com/railwayapp/nixpacks
- Owner: railwayapp
- License: mit
- Created: 2022-03-27T05:10:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T00:11:29.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:31:27.375Z (about 1 month ago)
- Topics: buildpacks, cli, docker, nix, nixpkgs, rust
- Language: Rust
- Homepage: https://nixpacks.com
- Size: 36.2 MB
- Stars: 2,596
- Watchers: 11
- Forks: 238
- Open Issues: 99
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - railwayapp/nixpacks - App source + Nix packages + Docker = Image (Rust)
README
# Nixpacks
[![CI](https://github.com/railwayapp/nixpacks/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/railwayapp/nixpacks/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/nixpacks)](https://crates.io/crates/nixpacks)
[![Rust: 1.70+](https://img.shields.io/badge/rust-1.70+-93450a)](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html)**App source + Nix packages + Docker = Image**
Nixpacks takes a source directory and produces an OCI compliant image that can be deployed anywhere. The project was started by the [Railway](https://railway.app) team as an alternative to [Buildpacks](https://buildpacks.io/) and attempts to address a lot of the shortcomings and issues that occurred when deploying thousands of user apps to the Railway platform. The biggest change is that system and language dependencies are pulled from the Nix ecosystem.
Read the docs 👉 [nixpacks.com](https://nixpacks.com).
## Contributing
Contributions are welcome with the big caveat that this is a very early stage project and the implementation details and API will most likely change between now and a stable release. For more details on how to contribute, please see the [Contributing guidelines](./CONTRIBUTING.md).