{ pkgs ? import {} }: with pkgs; { latest = callPackage ./clever-tools { nodegit = callPackage ./nodegit {}; }; }