We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9ffc commit 098efbcCopy full SHA for 098efbc
modules/nginx.nix
@@ -161,7 +161,7 @@ in
161
# traps: nginx[xxxxxx] trap invalid opcode ip:7fa6c23ebe79 sp:7ffcceaaa9e0 error:0 in memfd:sljit[1e79,7fa6c23ea000+10000]
162
pcre2 = pkgs.pcre2.override { withJitSealloc = false; };
163
}).overrideAttrs ({ patches ? [ ], ... }: {
164
- patches = patches ++ [
+ patches = patches ++ lib.optionals (lib.versionOlder pkg.version "1.29.2") [
165
(let
166
mjMn = lib.versions.majorMinor;
167
# nginx 1.29 is supported since https://github.com/aws/aws-lc/commit/050d696415f2b7a07fc791ded31f5e12ec82f5fe
0 commit comments