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. Notably, this ensures that the local configuration can override any other setting.
This commit is contained in:
parent
1237ef4174
commit
defd42e041
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
includes = [
|
||||
includes = lib.mkAfter [
|
||||
# Multiple identities
|
||||
{
|
||||
condition = "gitdir:~/git/EPITA/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue