feat(matrix): switch to matrix-conduit from nixos-unstable

This commit is contained in:
Felix Schröter 2023-09-13 14:04:04 +02:00
parent 302151a92b
commit e8e8ffe166
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 11 additions and 152 deletions

View file

@ -45,12 +45,6 @@
inputs.flake-utils.follows = "flake-utils";
};
conduit = {
url = "gitlab:famedly/conduit";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.flake-utils.follows = "flake-utils";
};
matrix-appservices = {
url = "gitlab:coffeetables/nix-matrix-appservices";
inputs.nixpkgs.follows = "nixpkgs";