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; [