mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
git: extraConfig -> settings
Remove string support and convert to rfc42 settings option Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ in
|
||||
fi
|
||||
'';
|
||||
|
||||
programs.git.extraConfig.credential = mkIf cfg.gitCredentialHelper.enable (
|
||||
programs.git.settings.credential = mkIf cfg.gitCredentialHelper.enable (
|
||||
builtins.listToAttrs (
|
||||
map (
|
||||
host:
|
||||
|
||||
Reference in New Issue
Block a user