From f591ea6c65a44c5af31a3a406edf66ecb0adc14c Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Tue, 11 Mar 2025 22:54:00 +0100
Subject: [PATCH] overlays: remove matrix-authentication-service

It's now backported to NixOS 24.11.
---
 overlays/default.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/overlays/default.nix b/overlays/default.nix
index f9c3039..d07f209 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -12,7 +12,6 @@
                 unstable = import inputs.unstable { system = prev.system; };
               in
               {
-                matrix-authentication-service = unstable.matrix-authentication-service;
                 element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
                 element-stickerpicker = prev.callPackage ./pkgs/element-stickerpicker {
                   inherit (inputs) element-stickers maunium-stickerpicker;