Compare commits
2 commits
b3e8b0e85c
...
2304711359
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2304711359 | ||
|
|
73023b817d |
2 changed files with 7 additions and 1 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
pkgs = prev;
|
pkgs = prev;
|
||||||
lib = prev.lib;
|
lib = prev.lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Mitigate
|
||||||
|
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000238.html
|
||||||
|
nginxStable = prev.nginxStable.override {openssl = prev.openssl_1_1;};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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