Add just banner to devshell hook

This commit is contained in:
Sridhar Ratnakumar 2023-10-25 14:27:38 -04:00
parent 5a5ff42c79
commit 046e84b753

View file

@ -37,6 +37,10 @@
shellHook = '' shellHook = ''
# For rust-analyzer 'hover' tooltips to work. # For rust-analyzer 'hover' tooltips to work.
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc} export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
echo
echo "🍎🍎 Run 'just <recipe>' to get started"
just
''; '';
buildInputs = nonRustDeps; buildInputs = nonRustDeps;
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [