Bevy Template
harbor-rs exports a bevy flake template for new game projects.
Initialize from the template
nix flake init -t git+https://github.com/caniko/harbor-rs.git#bevy
What the template includes
mkToolchain,mkCross, andmkCargoConfigwired into the project flakemkDevShellsfor native, Windows, macOS, and combined cross shells- commented examples for
mkAppImageandmkFlatpakManifest - Bevy-specific shell dependencies in
nix/dev-shells.nix
If you want to understand the generated shell behavior in more detail, read mkDevShell and mkDevShells.