1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-15 09:35:03 +02:00

Import sliding sync from nixpkgs unstable

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Co-authored-by: Emily <55066419+emilylange@users.noreply.github.com>
This commit is contained in:
2023-09-21 18:33:12 +02:00
committed by Daniel Løvbrøtte Olsen
parent 66ff528912
commit bedede1e6d
4 changed files with 148 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
outputs = { self, nixpkgs-lib }: {
nixosModules = {
synapse = import ./synapse-module;
default = import ./module.nix;
};
lib = import ./lib.nix { lib = nixpkgs-lib.lib; };
};