fix(git): change includeif to work with https
This commit is contained in:
parent
2fe182cc45
commit
df9a370408
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ self: {
|
|||
cfg = config.programs.bash;
|
||||
|
||||
mkRemoteConf = remote: email: name: {
|
||||
condition = "hasconfig:remote.*.url:${remote}:*/**";
|
||||
condition = "hasconfig:remote.*.url:${remote}*/**";
|
||||
contents.user = {inherit email name;};
|
||||
};
|
||||
mkDefaultRemote = remote: mkRemoteConf remote "matt@nelim.org" "matt1432";
|
||||
|
|
Loading…
Reference in a new issue