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; };