Ajout Lidarr

This commit is contained in:
nyanloutre 2018-05-04 16:28:53 +02:00
parent 4ac696f617
commit 2787e12243
6 changed files with 63 additions and 1 deletions

5
overlays/lidarr.nix Normal file
View file

@ -0,0 +1,5 @@
self: super:
{
lidarr = super.callPackage ../pkgs/lidarr { };
}