flake: update to remind me of the cargo command

This commit is contained in:
Agahnim 2026-03-19 19:19:17 +01:00
parent 4611980c23
commit af29ab92f7
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4

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