this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

lituus: add mautrix-signal with necessary dependencies

+4
+4
overlays/default.nix
··· 10 10 calibre-web = prev.calibre-web.overrideAttrs (prevAttrs: rec { 11 11 propagatedBuildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.jsonschema ]; # allow kobo sync stuff 12 12 }); 13 + mautrix-signal = prev.mautrix-signal.overrideAttrs (prevAttrs: rec { 14 + buildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.aiosqlite ]; # We're using sqlite and upstream doesn't package this dependency 15 + }); 16 + 13 17 # Need to do server and agent too, maybe 14 18 # woodpecker-cli-next = 15 19 # let