{ pkgs, ... }: let callPackage = pkgs.lib.callPackageWith { inherit pkgs; }; in { merge = callPackage ./merge { }; }