From e1d84a953481e078bd15f3ef2e5cb24df851d367 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 22 Feb 2024 13:30:23 -0600 Subject: [PATCH] chore: add git to flake Signed-off-by: jolheiser --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e2b6549..69e3dfd 100644 --- a/flake.nix +++ b/flake.nix @@ -150,6 +150,7 @@ in "${cfg.package}/bin/ugitd ${builtins.concatStringsSep " " args}"; wantedBy = ["multi-user.target"]; after = ["network-online.target"]; + path = [cfg.package pkgs.git]; serviceConfig = { User = cfg.user; Group = cfg.group;