From 1bdbd4f9ba9e8ba3bf3690035fe7b917d331451a Mon Sep 17 00:00:00 2001 From: waveringana Date: Wed, 22 Jul 2026 07:54:47 -0400 Subject: [PATCH] nix/modules/shuttle: add missing git to shuttle.nix --- nix/modules/shuttle.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/shuttle.nix b/nix/modules/shuttle.nix index c209b7dc..765ef8e1 100644 --- a/nix/modules/shuttle.nix +++ b/nix/modules/shuttle.nix @@ -43,6 +43,8 @@ in { ]; before = ["nix-daemon.service"]; restartIfChanged = false; + # nix flakes require git + path = [pkgs.gitMinimal]; environment = { NIX_PATH = lib.concatStringsSep ":" config.nix.nixPath; }; -- 2.51.2