nixos/sillytavern: replace git by gitMinimal (#483292)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user