summary refs log tree commit diff stats
path: root/overlays/dnscontrol/default.nix
blob: ea4cceb45abac60e134e5faf40586222621194bb (plain)
1
2
3
4
5
self: super: {
  dnscontrol = super.dnscontrol.overrideAttrs (old: {
    patches = [ ./powerdns-record-types.patch ];
  });
}