rebuild nginx with openssl 1.1.1q

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

View File

@ -65,6 +65,9 @@
home-manager.useUserPackages = true;
nixpkgs.overlays = [
emacs-overlay.overlay
(super: final: {
nginx = super.nginx.override { openssl = super.openssl_1_1; };
})
];
})
./common