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" ''; }; };