matrix-conduit: Stop using the version from unstable
This commit is contained in:
parent
7a2b862235
commit
19576ffb1e
3 changed files with 1 additions and 30 deletions
lib
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue