Compare commits
No commits in common. "2304711359ff33551d00bc6a90ac1bd88a06ad68" and "b3e8b0e85cf450386a4ff323b3ae079fbfbded2e" have entirely different histories.
2304711359
...
b3e8b0e85c
2 changed files with 1 additions and 7 deletions
|
|
@ -25,10 +25,6 @@
|
||||||
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,9 +28,7 @@ in {
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit.override {
|
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit;
|
||||||
inherit (self) stdenv lib fetchFromGitLab rustPlatform pkg-config rocksdb;
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue