add template flavour text

This commit is contained in:
2025-03-16 18:26:33 +01:00
parent ba364b8195
commit ee1d489ab1

View File

@@ -102,6 +102,13 @@
rust = { rust = {
path = ./templates/rust; path = ./templates/rust;
description = "A simple rust binary template"; description = "A simple rust binary template";
welcomeText = ''
# Rust template
This is a simple rust binary template.
To build the project run `cargo build`.
To run the project run `cargo run`.
Before running nix build, make sure to run `cargo generate-lockfile` first.
'';
}; };
}; };
}; };