fix(git): change includeif to work with https

This commit is contained in:
matt1432 2025-01-06 14:28:27 -05:00
parent 2fe182cc45
commit df9a370408

View file

@ -9,7 +9,7 @@ self: {
cfg = config.programs.bash; cfg = config.programs.bash;
mkRemoteConf = remote: email: name: { mkRemoteConf = remote: email: name: {
condition = "hasconfig:remote.*.url:${remote}:*/**"; condition = "hasconfig:remote.*.url:${remote}*/**";
contents.user = {inherit email name;}; contents.user = {inherit email name;};
}; };
mkDefaultRemote = remote: mkRemoteConf remote "matt@nelim.org" "matt1432"; mkDefaultRemote = remote: mkRemoteConf remote "matt@nelim.org" "matt1432";