{ pkgs ? import {} }: pkgs.mkShell { name = "hb-downloader"; buildInputs = [ (pkgs.python3.withPackages ( pyPkgs: with pyPkgs; [ requests mypy ])) ]; nativeBuildInputs = [ pkgs.aria2 ]; }