{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.bashInteractive (pkgs.python38.withPackages (ps: [ ps.dnspython ps.matrix-nio ])) ]; }