From 6b6e2d9f6e42840ac543136ee433915b5b1269ce Mon Sep 17 00:00:00 2001 From: teutat3s <teutates@mailbox.org> Date: Sun, 9 Feb 2025 18:50:35 +0100 Subject: [PATCH] matrix-authentication-service: use 0.13.0 from nixos-unstable --- flake.lock | 6 +++--- overlays/default.nix | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 988b74d..6c6667a 100644 --- a/flake.lock +++ b/flake.lock @@ -468,11 +468,11 @@ }, "unstable": { "locked": { - "lastModified": 1738546358, - "narHash": "sha256-nLivjIygCiqLp5QcL7l56Tca/elVqM9FG1hGd9ZSsrg=", + "lastModified": 1739020877, + "narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c6e957d81b96751a3d5967a0fd73694f303cc914", + "rev": "a79cfe0ebd24952b580b1cf08cd906354996d547", "type": "github" }, "original": { diff --git a/overlays/default.nix b/overlays/default.nix index 02185db..2784d51 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -10,10 +10,9 @@ final: prev: let unstable = import inputs.unstable { system = prev.system; }; - fork = import inputs.fork { system = prev.system; }; in { - matrix-authentication-service = fork.matrix-authentication-service; + 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;