override the right package

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-29 14:50:43 -04:00
parent dfe12048b2
commit 914a791584
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
nixpkgs.overlays = [
emacs-overlay.overlay
(super: final: {
nginx = super.nginx.override { openssl = super.openssl_1_1; };
nginxStable = super.nginxStable.override { openssl = super.openssl_1_1; };
})
];
})