Mitigate openssl v3 CVE #73
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ in {
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit;
|
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit.override {
|
||||||
|
inherit (self) stdenv lib fetchFromGitLab rustPlatform pkg-config rocksdb;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue