{ pkgs ? import { } }: with (import ./default.nix { inherit pkgs; }); pkgs.mkShell { buildInputs = [ deploy ]; }