From 046e84b753e1e4b04edfa2882751bef9f3a89ead Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 25 Oct 2023 14:27:38 -0400 Subject: [PATCH] Add just banner to devshell hook --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 9bbdc49..aa252cf 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,10 @@ shellHook = '' # For rust-analyzer 'hover' tooltips to work. export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc} + + echo + echo "🍎🍎 Run 'just ' to get started" + just ''; buildInputs = nonRustDeps; nativeBuildInputs = with pkgs; [