this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+3
nix
modules
+3
nix/modules/appview.nix
··· 1 1 { 2 + pkgs, 2 3 config, 3 4 lib, 4 5 ... ··· 260 261 requires = ["redis-appview.service"]; 261 262 wants = ["network-online.target"]; 262 263 264 + path = [pkgs.diffutils]; 265 + 263 266 serviceConfig = { 264 267 Type = "simple"; 265 268 ExecStart = "${cfg.package}/bin/appview";