/firstaide

Bootstrap tool for Nix environments

Primary LanguageRust

firstaide

Reviewed last on 2020-01-12

This is a bootstrapping tool that'll build, cache, and clean your Nix environment.

To develop:

First, install the Rust development tools. Then:

cargo build  # Compiles a debug executable.
cargo test   # Compiles and tests.
cargo run    # Compiles and runs a debug executable.
# ...