[Programs/Git] Fix configuration using wrong parameter

This commit is contained in:
Antoine Viallon 2023-04-08 19:34:52 +02:00
parent 6c2cadbd14
commit 1c3210c166
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -22,7 +22,7 @@
};
fetch.prune = true;
fetch.negotiationAlgorithm = "skipping";
fetch.parallel = config.aviallon.general.cpuCores;
fetch.parallel = config.aviallon.general.cores;
gpg.program = "${pkgs.gnupg}/bin/gpg";
format.pretty = "format:%C(yellow)%H (%t)%Creset %Cblue%aN (%cN)%Creset%Cred% G?%Creset - %Cgreen%ar%Creset %d %n %s%n";
};