A few Nix project templates to get started using Nix in your projects or start a new project.
Run the following in a shell:
mkdir new-project
cd new-project
nix flake init -t github:mith/nix-templates#bevySee the Nix cli documentation for more details.