From 77730031f719567a5420a293a9842deec88f2ef6 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Thu, 19 Mar 2026 19:19:17 +0100 Subject: [PATCH] flake: update to remind me of the cargo command --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e8c0027..4426b44 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,9 @@ cargo-watch ]; shellHook = '' - echo "Shell prêt" + echo "=========================================================" + echo "Pour lancer le projet et avoir les changements en temps réel" + echo "cargo watch -w src -w templates -w static -x run" ''; }; };