From d04fc7c1a42c337f40ad5234f94bf2c45e7c99ba Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 16 Dec 2025 16:10:49 -0500 Subject: [PATCH] git on path --- sw/updater.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sw/updater.nix b/sw/updater.nix index ba3942b..3fd87e2 100644 --- a/sw/updater.nix +++ b/sw/updater.nix @@ -60,6 +60,11 @@ with lib; systemd.services.update-system = { enable = true; description = "System daemon to one-shot run the Nix updater from fleet flake as root"; + path = with pkgs; [ + git + nixos-rebuild + nix + ]; serviceConfig = { Type = "oneshot"; ExecStart =