flake: update to remind me of the cargo command

This commit is contained in:
Agahnim 2026-03-19 19:19:17 +01:00
parent 8b0de4bf93
commit 77730031f7

View file

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