Skip to content

Commit

Permalink
PR feedback: openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaul committed Nov 1, 2022
1 parent 9914363 commit a9127a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nix/nginz.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
, dumb-init
, cacert
, bashInteractive
, openssl
, openssl_1_1
, lib
, makeWrapper
, writers
Expand All @@ -29,11 +29,7 @@ let
};

nginz = nginx.override {
# openssl = (openssl.overrideAttrs (oldAttrs: {
# patches = oldAttrs.patches or [] ++ [
# ./patch.patch
# ];
# }));
openssl = openssl.override { openssl = openssl_1_1; };
modules = [
nginzModules.vts
nginzModules.moreheaders
Expand Down

0 comments on commit a9127a6

Please sign in to comment.