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:
parent
85cd07b8b0
commit
ac7c05a90c
10 changed files with 17 additions and 65 deletions
|
|
@ -64,7 +64,7 @@ in
|
|||
programs.git.attributes = lib.mkIf (cfg.enableGitIntegration && (cfg.package != null)) [
|
||||
"*.lockb binary diff=lockb"
|
||||
];
|
||||
programs.git.extraConfig.diff.lockb = lib.mkIf (cfg.enableGitIntegration && (cfg.package != null)) {
|
||||
programs.git.settings.diff.lockb = lib.mkIf (cfg.enableGitIntegration && (cfg.package != null)) {
|
||||
textconv = lib.getExe cfg.package;
|
||||
binary = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue