Merge pull request 'matrix-authentication-service: use 0.13.0 from nixos-unstable' () from mas-unstable into main

Reviewed-on: 
Reviewed-by: hensoko <hensoko@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-02-09 18:28:47 +00:00
commit e50f845bec
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
2 changed files with 4 additions and 5 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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;