about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2021-12-08 16:54:52 +0300
committerIzorkin <izorkin@elven.pw>2021-12-09 14:23:11 +0300
commit0f67b51e359395b54e0f4d61c4d368838b39dbeb (patch)
treea1549e74456096db5b70218c228a922d5068196d /pkgs/top-level
parent921a58b8bc1ba93978ec66882d133eede4ac547f (diff)
nginxQuic: use quictls library
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f4d0a399f763b..604b379eceaad 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -21048,7 +21048,7 @@ with pkgs;
     # See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
     modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
     # Use latest boringssl to allow http3 support
-    openssl = boringssl;
+    openssl = quictls;
   };
 
   nginxStable = callPackage ../servers/http/nginx/stable.nix {