all repos — nixfiles @ 2a504009d57aad9155ef7291c0b677bfcfe072c0

System and user configuration, managed by nix and home-manager

add dnscontrol override

Alan Pearce
commit

2a504009d57aad9155ef7291c0b677bfcfe072c0

parent

9500f24428bd4bfeb274a5de87e856c60deb4a2b

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
A overlays/dnscontrol/default.nix
@@ -0,0 +1,5 @@
+self: super: { + dnscontrol = super.dnscontrol.overrideAttrs (old: { + patches = [ ./powerdns-record-types.patch ]; + }); +}