1 2 3 4
{ pkgs ? (import <nixpkgs> { }) }: pkgs.dnscontrol.overrideAttrs (old: { patches = [ ./powerdns-record-types.patch ]; })