🐛 fix openssl issues
This commit is contained in:
parent
4b08e874b7
commit
cff6561279
2 changed files with 37 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue