| Crates.io | cargo-nixpackage |
| lib.rs | cargo-nixpackage |
| version | 0.1.1 |
| created_at | 2025-08-02 19:47:47.694039+00 |
| updated_at | 2025-08-02 19:51:14.909639+00 |
| description | A small utility to scaffold Rust projects with Nix Flake support. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1779077 |
| size | 49,608 |
📦 A small utility to scaffold Rust projects with Nix Flake support.
cargo-nixpackage helps you quickly set up a Rust project using nix, automatically generating a flake.nix, initializing a Git repository, and creating wrapper scripts for Cargo commands inside a reproducible development environment.
flake.nix for your Rust projectrustc, cargo, rustfmt, clippy, and fishcargo initcargo runcargo checkcargo clippyx86_64-linux)cargo nixpackage new my_project --system x86_64-linux
cd my_project
nix develop