nixos/pkgs/default.nix
2025-01-26 16:43:47 -08:00

5 lines
269 B
Nix

{ pkgs ? (import ../nixpkgs.nix) { }, ... }: rec {
transmission-exporter = import ./transmission-exporter.nix { inherit pkgs; };
plex-exporter = import ./plex-exporter.nix { inherit pkgs; };
beyond-all-reason = import ./beyond-all-reason.nix { inherit pkgs; };
}