mavnn / firstaide

Bootstrap tool for Nix environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
# ...

About

Bootstrap tool for Nix environments


Languages

Language:Rust 96.8%Language:Shell 3.2%