From 3e627472e9f0613af22f4d005d6262315b5da79e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Jun 2026 18:29:09 +0900 Subject: [PATCH] flake.{nix,lock}: bump matrix-next --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b1faa2f..b80d310 100644 --- a/flake.lock +++ b/flake.lock @@ -189,16 +189,16 @@ ] }, "locked": { - "lastModified": 1764844095, - "narHash": "sha256-Drf1orxsmFDzO+UbPo85gHjXW7QzAM+6oTPvI7vOSik=", + "lastModified": 1782122067, + "narHash": "sha256-95q3DiYOTHjQGbqR0I1w4ETrH+smtddqW0bBxaB/Egg=", "owner": "dali99", "repo": "nixos-matrix-modules", - "rev": "25b9f31ef1dbc3987b4c716de716239f2b283701", + "rev": "0e0fd9f6a407b08dd5e180a2ff6c3808461e2c47", "type": "github" }, "original": { "owner": "dali99", - "ref": "v0.8.0", + "ref": "master", "repo": "nixos-matrix-modules", "type": "github" } diff --git a/flake.nix b/flake.nix index 96fefb5..1e089af 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=main"; worblehat.inputs.nixpkgs.follows = "nixpkgs"; - matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0"; + matrix-next.url = "github:dali99/nixos-matrix-modules/master"; matrix-next.inputs.nixpkgs.follows = "nixpkgs"; nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/Drift/nix-gitea-themes.git?ref=main";