1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02: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:
Ross A. Baker 2020-01-06 11:10:55 -05:00 committed by Robert Helgesson
parent 3a3657b107
commit 0fce533e70
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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}";
};
};