nix_health 0.4.1

Check the health of your Nix setup
Documentation
1
2
3
4
5
6
7
8
9
10
# See flake.nix (just-flake)
import 'just-flake.just'

# Display the list of recipes
default:
    @just --list

# Run and re-run after re-compiling on change
run:
    cargo watch -x run