mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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
This commit is contained in:
parent
3a3657b107
commit
0fce533e70
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in
|
||||||
ProtectHome = "read-only";
|
ProtectHome = "read-only";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
Environment =
|
Environment =
|
||||||
let path = with pkgs; makeSearchPath "bin" [ nix gnutar gzip ];
|
let path = with pkgs; makeSearchPath "bin" [ nix gitMinimal gnutar gzip ];
|
||||||
in "PATH=${path}";
|
in "PATH=${path}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue