Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 345 Bytes

Rust Nix Flake Quickstart

Getting started

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!