matrix-conduit: Stop using the version from unstable

This commit is contained in:
Tristan Daniël Maat 2023-01-11 01:58:00 +00:00
parent 7a2b862235
commit 19576ffb1e
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 1 additions and 30 deletions

View file

@ -1,7 +1,6 @@
{
lib,
nixpkgs,
nixpkgs-unstable,
sops-nix,
tlaternet-webserver,
}: let
@ -25,15 +24,6 @@ in {
sops-nix.nixosModules.sops
tlaternet-webserver.nixosModules.default
(import ../configuration)
{
nixpkgs.overlays = [
(self: super: {
matrix-conduit = nixpkgs-unstable.legacyPackages.${system}.matrix-conduit.override {
inherit (self) stdenv lib fetchFromGitLab rustPlatform pkg-config rocksdb;
};
})
];
}
]
++ extraModules;
};