diff --git a/fixups.nix b/fixups.nix index 7f983c5..81e966c 100644 --- a/fixups.nix +++ b/fixups.nix @@ -10,4 +10,5 @@ ''; }); + nginxStable = super.nginxStable.override { openssl = pkgs.openssl_1_1; }; })