Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 273 Bytes

rust.md

File metadata and controls

27 lines (19 loc) · 273 Bytes

Rust flake template

Getting started

Enter a Rust devshell

nix develop

Init and build your project with Cargo

cargo init
cargo build

Track project files

git add -A

Build your project with nix

nix build