cloud/pkgs/default.nix
2025-02-09 14:09:20 +01:00

3 lines
168 B
Nix

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