nixos-config/overlays/lidarr.nix

6 lines
67 B
Nix
Raw Normal View History

2018-05-04 16:28:53 +02:00
self: super:
{
lidarr = super.callPackage ../pkgs/lidarr { };
}