nixos/pkgs/default.nix
2025-03-12 18:15:38 -07:00

6 lines
317 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; };
mspaint = import ./mspaint { inherit pkgs; };
}