mirror of
https://github.com/nix-community/home-manager
synced 2025-01-06 00:59:48 +01:00
lorri: add gitMinimal
to daemon path
Fixes https://github.com/target/lorri/issues/255 when the service is
installed through home-manager.
PR #975
(cherry picked from commit 0fce533e70
)
This commit is contained in:
parent
72400b2c29
commit
8d663335eb
1 changed files with 1 additions and 1 deletions
|
@ -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