1
0
Fork 0
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:
Ross A. Baker 2020-01-06 11:10:55 -05:00 committed by Robert Helgesson
parent 72400b2c29
commit 8d663335eb
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}";
};
};