{ callPackage }:
let
  repo = callPackage ./repo.nix { };
  PaymentServer = (import "${repo}/nix").PaymentServer;
in
  PaymentServer.components.exes."PaymentServer-exe"