3 lines
168 B
Nix
3 lines
168 B
Nix
{ pkgs, ... }: {
|
|
fetch-hostingde-invoices = pkgs.writeShellApplication { name = "fetch-hostingde-invoices"; text = (import ./fetch-hostingde-invoices.nix pkgs); };
|
|
}
|