pkgs: add unbound-zones-adblock

Unbound wants a configuration file that is not actually formatted like
StevenBlack's hosts files. This derivation fixes that.
This commit is contained in:
Bruno BELANYI 2021-04-21 21:12:33 +00:00
parent 20c20cef46
commit d10f0ed103
2 changed files with 42 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ pkgs }:
{
rec {
havm = pkgs.callPackage ./havm { };
lohr = pkgs.callPackage ./lohr { };
@ -8,5 +8,9 @@
podgrab = pkgs.callPackage ./podgrab { };
unbound-zones-adblock = pkgs.callPackage ./unbound-zones-adblock {
inherit unified-hosts-lists;
};
unified-hosts-lists = pkgs.callPackage ./unified-hosts-lists { };
}