caddy is in ${caddy}/bin/caddy

This commit is contained in:
allowthere
2019-06-20 02:43:38 +00:00
committed by GitHub
parent 066fd6c514
commit 90486a9458

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "01lklz7l9klqmmsncikwjnk3glzyz15c30118s82yd1chwpwhpfl";
};
server = "${caddy.bin}/bin/caddy";
server = "${caddy}/bin/caddy";
linkcheck = "${linkchecker}/bin/linkchecker";
nativeBuildInputs = [ asciidoctor ];