mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Programs/Git] Fix configuration using wrong parameter
This commit is contained in:
parent
6c2cadbd14
commit
1c3210c166
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue