depot/third_party/nixpkgs/pkgs/by-name/pr/pretix/plugins/default.nix

16 lines
273 B
Nix
Raw Normal View History

{ callPackage
, ...
}:
{
pages = callPackage ./pages.nix { };
passbook = callPackage ./passbook.nix { };
reluctant-stripe = callPackage ./reluctant-stripe.nix { };
stretchgoals = callPackage ./stretchgoals.nix { };
zugferd = callPackage ./zugferd.nix { };
}