{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ python3 poetry ]; }