{ pkgs, ... }:
{
  autofetch-hostingde-invoices = pkgs.writeShellApplication {
    name = "fetch-hostingde-invoices";
    text = (import ./autofetch-hostingde-invoices.nix pkgs);
  };
}