Unverified Commit 3f74b0c3 authored by wrvsrx's avatar wrvsrx
Browse files

nixos/sillytavern: replace git by gitMinimal

`gitMinimal` is enough to manage sillytavern's extensions, this PR
reduces the closure size.
parent a1bab9e4
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";