all repos — nixfiles @ b1eb6e4da088a1fd94881e6a54b983e16e546aee

System and user configuration, managed by nix and home-manager

update git config schema

Alan Pearce
commit

b1eb6e4da088a1fd94881e6a54b983e16e546aee

parent

f882cacd9b46335169efab7928e3f4a2da0f142c

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -79,7 +79,7 @@
programs.git.attributes = [ "*.lockb diff=lockb" ]; - programs.git.extraConfig."diff.lockb" = { + programs.git.settings."diff.lockb" = { textconv = "bun"; binary = true; };