mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
add description for caddy overlay
This commit is contained in:
parent
d395347a29
commit
fc867d60cd
@ -1,3 +1,5 @@
|
|||||||
|
# Adds the Cloudflare DNS validation module
|
||||||
|
|
||||||
{ lib, buildGo118Module, fetchFromGitHub, plugins ? [ ] }:
|
{ lib, buildGo118Module, fetchFromGitHub, plugins ? [ ] }:
|
||||||
let
|
let
|
||||||
goImports = lib.flip lib.concatMapStrings plugins (pkg: " _ \"${pkg}\"\n");
|
goImports = lib.flip lib.concatMapStrings plugins (pkg: " _ \"${pkg}\"\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user