diff --git a/flake.nix b/flake.nix index 7e26a60..4b22c31 100644 --- a/flake.nix +++ b/flake.nix @@ -146,12 +146,6 @@ ++ commonArgs.buildInputs; RUST_BACKTRACE = 1; RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; # Required for rust-analyzer - shellHook = '' - echo - echo "✨🛠️ Welcome to the Patagia development environment 🛠️✨" - echo "Run 'just' to see available commands." - echo - ''; }; }