Merge pull request #75753 from curiousleo/patch-1

lorri: add git to daemon path
This commit is contained in:
Graham Christensen
2019-12-16 08:35:04 -05:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ in {
description = "Lorri Daemon";
requires = [ "lorri.socket" ];
after = [ "lorri.socket" ];
path = with pkgs; [ config.nix.package gnutar gzip ];
path = with pkgs; [ config.nix.package git gnutar gzip ];
serviceConfig = {
ExecStart = "${pkgs.lorri}/bin/lorri daemon";
PrivateTmp = true;