lol

apacheHttpd: add link to acme nixos test

+4
+4
pkgs/servers/http/apache-httpd/2.4.nix
··· 1 1 { lib, stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv, lynx 2 + , nixosTests 2 3 , proxySupport ? true 3 4 , sslSupport ? true, openssl 4 5 , http2Support ? true, nghttp2 ··· 85 86 86 87 passthru = { 87 88 inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5; 89 + tests = { 90 + acme-integration = nixosTests.acme; 91 + }; 88 92 }; 89 93 90 94 meta = with lib; {