{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ (pkgs.python3.withPackages (ps: [ ps.zulip ps.yfinance ps.openai ps.requests ])) ]; shellHook = '' echo "slopbot dev shell ready" echo "Run: python main.py" ''; }