Install Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Install Direnv and hook it to your shell
nix -v flake install nixpkgs#direnv
Enable direnv for the local copy of the repo
direnv allow
Get Rusty!