diff --git a/flake.lock b/flake.lock index b1faa2f..cab1794 100644 --- a/flake.lock +++ b/flake.lock @@ -189,16 +189,16 @@ ] }, "locked": { - "lastModified": 1764844095, - "narHash": "sha256-Drf1orxsmFDzO+UbPo85gHjXW7QzAM+6oTPvI7vOSik=", + "lastModified": 1782120423, + "narHash": "sha256-hZNDlfYLJ9SMBsoFa52V5tMVu2DHqWxzw4ECWYBG5lQ=", "owner": "dali99", "repo": "nixos-matrix-modules", - "rev": "25b9f31ef1dbc3987b4c716de716239f2b283701", + "rev": "2afe9fe63d8ad41d1b38ad74ab44ba3d19e4f430", "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";