flake.nix: switch nixos-matrix-modules upstream

This commit is contained in:
2026-01-13 19:37:38 +01:00
parent 632be8fdf3
commit c9f899cb4c
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View File

@@ -83,18 +83,18 @@
]
},
"locked": {
"lastModified": 1764844095,
"narHash": "sha256-Drf1orxsmFDzO+UbPo85gHjXW7QzAM+6oTPvI7vOSik=",
"owner": "dali99",
"repo": "nixos-matrix-modules",
"rev": "25b9f31ef1dbc3987b4c716de716239f2b283701",
"type": "github"
"lastModified": 1768328741,
"narHash": "sha256-eWdGefiJpDO4eaOk3GE/pojt3LA7SagNOPr+U2i2x6c=",
"ref": "main",
"rev": "31baa00922528db1e2490d8d429f217d13e27928",
"revCount": 82,
"type": "git",
"url": "https://git.pvv.ntnu.no/oysteikt/nixos-matrix-modules"
},
"original": {
"owner": "dali99",
"ref": "v0.8.0",
"repo": "nixos-matrix-modules",
"type": "github"
"ref": "main",
"type": "git",
"url": "https://git.pvv.ntnu.no/oysteikt/nixos-matrix-modules"
}
},
"maunium-stickerpicker": {

View File

@@ -39,7 +39,7 @@
};
matrix-synapse-next = {
url = "github:dali99/nixos-matrix-modules/v0.8.0";
url = "git+https://git.pvv.ntnu.no/oysteikt/nixos-matrix-modules?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
};