🐛 fix openssl issues

This commit is contained in:
Moritz Böhme 2022-11-03 21:04:24 +01:00
parent 4b08e874b7
commit cff6561279
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 37 additions and 59 deletions

View file

@ -1,7 +1,7 @@
{ inputs }: final: prev: {
inherit (inputs.comma.packages."${prev.system}") comma;
nixpkgs-review-checks = inputs.nixpkgs-review-checks.defaultPackage."${prev.system}";
kdeconnect = prev.plasma5Packages.kdeconnect-kde;
openssl = final.master.openssl_3; # HACK to fix openssl CVE-2022-3786 and CVE-2022-3602
agenix = inputs.agenix.defaultPackage."${prev.system}";
master = import inputs.master {
inherit (prev) system;