lorri: add gitMinimal
to daemon path
Fixes https://github.com/target/lorri/issues/255 when the service is installed through home-manager. PR #975
This commit is contained in:
parent
3a3657b107
commit
0fce533e70
|
@ -34,7 +34,7 @@ in
|
|||
ProtectHome = "read-only";
|
||||
Restart = "on-failure";
|
||||
Environment =
|
||||
let path = with pkgs; makeSearchPath "bin" [ nix gnutar gzip ];
|
||||
let path = with pkgs; makeSearchPath "bin" [ nix gitMinimal gnutar gzip ];
|
||||
in "PATH=${path}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue