Unverified Commit dc84194c authored by daimond113's avatar daimond113
Browse files

coredns: fix compile errors with externalPlugins

parent 24ab6189
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ buildGoModule (finalAttrs: {
    diff -u plugin.cfg.orig plugin.cfg || true
    for src in ${toString (attrsToSources externalPlugins)}; do go get $src; done
    GOOS= GOARCH= go generate
    go mod tidy
    go mod vendor
  '';