{ pkgs, ... }: let post-recv = dest: pkgs.writeScriptBin "post-recv" '' git clone . ${dest} ''; in let lib.git = { inherit post-recv; }; in lib