From 9f4c7bea4fe870f4d8f73b85864eab0b0be2f072 Mon Sep 17 00:00:00 2001 From: Haf Date: Tue, 22 Oct 2024 18:12:13 +0200 Subject: [PATCH] feat: welcome text for rust --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index cb21b67..0532f18 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,13 @@ rust = { path = ./rust; description = "Rust tools and rust analyzer"; + welcomeText = '' + # Rust template + + The template has been installed! You can now run `cargo init .` to create your cargo project. Some alternatives are: + * `cargo init . --lib` for a library project. + * `cargo init . --bin` for a binary project. + ''; }; leptos = {