Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

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

nix: add `diff` to service path

Signed-off-by: oppiliappan <me@oppi.li>

authored by

oppiliappan and committed by tangled.org 3379ab57 1cb2fb5c

+3
+3
nix/modules/appview.nix
··· 1 1 { 2 + pkgs, 2 3 config, 3 4 lib, 4 5 ... ··· 260 259 after = ["redis-appview.service" "network-online.target"]; 261 260 requires = ["redis-appview.service"]; 262 261 wants = ["network-online.target"]; 262 + 263 + path = [pkgs.diffutils]; 263 264 264 265 serviceConfig = { 265 266 Type = "simple";