1
0
Fork 0

Readd missing grep in bugwarrior path

This commit is contained in:
Malte Brandy 2018-07-30 21:41:01 +02:00
parent f369338059
commit 39b3b3eb0c

View file

@ -43,7 +43,7 @@ config = mkIf config.m-0.bugwarrior.enable {
};
Service = {
Type = "oneshot";
Environment=''PATH=${pkgs.taskwarrior}/bin:${pkgs.eventd}/bin OTRS_USER=${me.user} OTRS_PASSWORD=${otrs.password} OTRS_QUEUES="${otrs.queues}" OTRS_OWNERS="${otrs.owners}" OTRS_HOST=${otrs.host}'';
Environment=''PATH=${pkgs.taskwarrior}/bin:${pkgs.eventd}/bin:${pkgs.gnugrep}/bin OTRS_USER=${me.user} OTRS_PASSWORD=${otrs.password} OTRS_QUEUES="${otrs.queues}" OTRS_OWNERS="${otrs.owners}" OTRS_HOST=${otrs.host}'';
ExecStart= let
update = pkgs.writeShellScriptBin "update" ''
${pkgs.bugwarrior}/bin/bugwarrior-pull