From ee1d489ab14cbdcb11472c7050f1c7298e9638c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 16 Mar 2025 18:26:33 +0100 Subject: [PATCH] add template flavour text --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index fff8c41..a442d12 100644 --- a/flake.nix +++ b/flake.nix @@ -102,6 +102,13 @@ rust = { path = ./templates/rust; 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. + ''; }; }; };