# will install all required dependencies and then drop you in a nix shell with
# all required dependencies
> ./bootstrap
# from launched nix shell
[nix-shell:/path/to/this/repo]$ cargo run
Nix infrastructure taken from How I Start Nix by Christine Dodrill
only difference is swapping in
nix-direnv
instead oflorri