Unverified Commit ac117251 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

nixos/sillytavern: replace git by gitMinimal (#483292)

parents 9648e86c 3f74b0c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ in
      after = [ "network.target" ];
      wantedBy = [ "multi-user.target" ];
      # required by sillytavern's extension manager
      path = [ pkgs.git ];
      path = [ pkgs.gitMinimal ];
      environment.XDG_DATA_HOME = "%S";
      serviceConfig = {
        Type = "simple";