{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ docker-compose docker-machine ]; shellHook = '' ''; }