summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-11-05 21:17:53 +0100
committerGitHub <noreply@github.com>2020-11-05 21:17:53 +0100
commit1145503ef97c41b3358ed2f49fcdd17ec45a460a (patch)
tree21479e9030fc00b75f1670d231259cbcbb70ccf9 /modules
parent842c72f1c979cbcaefa65e25e7902743eefa3eb0 (diff)
parentd037dfaf20b31aa72b394e3135cf5c8ccebbefc4 (diff)
Merge pull request #242 from akrmn/lorri-path
add git, gnutar and gzip to lorri's path
Diffstat (limited to 'modules')
-rw-r--r--modules/services/lorri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix
index 354bcf4..f637b9c 100644
--- a/modules/services/lorri.nix
+++ b/modules/services/lorri.nix
@@ -32,7 +32,7 @@ in
environment.systemPackages = [ pkgs.lorri ];
launchd.user.agents.lorri = {
command = with pkgs; "${lorri}/bin/lorri daemon";
- path = with pkgs; [ nix ];
+ path = with pkgs; [ config.nix.package git gnutar gzip ];
serviceConfig = {
KeepAlive = true;
RunAtLoad = true;