Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 268 Bytes

File metadata and controls

9 lines (7 loc) · 268 Bytes

Nix flakes to initialize dev environments

# Initialize in the current project
nix flake init --template github:throttle2k/dev-templates#rust

# Create a new project
nix flake new --template github:throttle2k/dev-templates#rust ${NEW_PROJECT_DIRECTORY}