{ rust = { path = ./rust; description = "Rust tempalte with .envrc and chef"; welcomeText = '' # Rust Template initialized Remember to replace the package name in - flake.nix - .github/workflows/publish.yml Also remember to update the toolchain you want in - rust-toolchain.toml - Dockerfile ''; }; basic = { path = ./basic; description = "Basic flake with flake-parts + .envrc"; }; }