From 817e940167487f200b8c967bf03abdc9e106f569 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 6 Jan 2025 00:13:28 +0100 Subject: [PATCH] chore(nix): remove devshell hook banner --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) 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 - ''; }; }