nginx: compile with tcp fastopen support

This commit is contained in:
Sandro - 2023-09-03 22:16:59 +02:00
parent fa6478b284
commit 673c3d52f3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ with final; {
mlat-client = python3Packages.callPackage ./mlat-client.nix { };
nginx = prev.nginx.override {
configureFlags = [ "-DTCP_FASTOPEN=23" ];
};
nixVersions = prev.nixVersions // {
stable = prev.nixVersions.stable.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [