{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ redis bun ]; shellHook = '' echo " __ __ ___ __ __ __ | V | __| V |/__\ | \_/ | _|| \_/ | \/ | |_| |_|___|_| |_|\__/ " redis-server & bun run start ''; }