nixpacks

Crates.ionixpacks
lib.rsnixpacks
version
sourcesrc
created_at2022-04-13 22:05:27.296112
updated_at2024-12-05 08:22:17.756177
descriptionGenerate an OCI compliant image based off app source
homepagehttps://github.com/railwayapp/nixpacks
repositoryhttps://github.com/railwayapp/nixpacks
max_upload_size
id567233
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Faraz Patankar (FarazPatankar)

documentation

README

Nixpacks

CI Crates.io Rust: 1.70+

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 team as an alternative to Buildpacks 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.

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.

Commit count: 1343

cargo fmt