{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.python311Packages; [ django ] ++ [ pkgs.docker-compose ] ; }