1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-10 04:53:48 +02:00

use nixpkgs sliding sync package

This commit is contained in:
2023-12-02 09:48:56 +01:00
parent a24a5e5da4
commit 3f92b5f197
2 changed files with 1 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ in
package = lib.mkOption {
type = lib.types.package;
default = pkgs.callPackage ../pkgs/matrix-sliding-sync { };
default = pkgs.matrix-sliding-sync;
description = "What package to use for the sliding-sync proxy.";
};