Monorepo for Tangled tangled.org

nix: add diff to service path #947

merged opened by oppi.li targeting master from op/xpqsypropmpu
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3mc7bnjoqi722
+3
Diff #1
+3
nix/modules/appview.nix
··· 1 { 2 config, 3 lib, 4 ... ··· 260 requires = ["redis-appview.service"]; 261 wants = ["network-online.target"]; 262 263 serviceConfig = { 264 Type = "simple"; 265 ExecStart = "${cfg.package}/bin/appview";
··· 1 { 2 + pkgs, 3 config, 4 lib, 5 ... ··· 261 requires = ["redis-appview.service"]; 262 wants = ["network-online.target"]; 263 264 + path = [pkgs.diffutils]; 265 + 266 serviceConfig = { 267 Type = "simple"; 268 ExecStart = "${cfg.package}/bin/appview";

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
nix: add diff to service path
expand 0 comments
pull request successfully merged
oppi.li submitted #0
1 commit
expand
nix: add diff to service path
1/3 failed, 2/3 success
expand
expand 0 comments