aboutsummaryrefslogtreecommitdiff
path: root/templates/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.nix')
-rw-r--r--templates/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/default.nix b/templates/default.nix
index 11f3e86..496babe 100644
--- a/templates/default.nix
+++ b/templates/default.nix
@@ -1,4 +1,19 @@
{
+ 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";