conduit: Use dependencies from stable
Partially to circumvent the upcoming openssl CVE, partially to reduce the number of dependencies.
This commit is contained in:
parent
b3e8b0e85c
commit
73023b817d
|
@ -28,7 +28,9 @@ in {
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(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…
Reference in a new issue