From d037dfaf20b31aa72b394e3135cf5c8ccebbefc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Ackerman?= <6054733+akrmn@users.noreply.github.com> Date: Sat, 31 Oct 2020 19:41:41 +0100 Subject: add git, gnutar and gzip to lorri's path --- modules/services/lorri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; -- cgit v1.2.3