home: git: use 'mkAfter' for config includes
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This should ensure that they will be included at the very end of the configuration, even if other modules add more includes. Notably, this ensures that the local configuration can override any other setting.
This commit is contained in:
parent
1237ef4174
commit
337d7309c6
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
includes = [
|
includes = lib.mkAfter [
|
||||||
# Multiple identities
|
# Multiple identities
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/git/EPITA/";
|
condition = "gitdir:~/git/EPITA/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue