nginx: downgrade to openssl 1.1

master
Yorick van Pelt 2022-11-01 14:09:30 +01:00
parent c9b9911725
commit 55ac883860
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@
'';
});
nginxStable = super.nginxStable.override { openssl = pkgs.openssl_1_1; };
})