git: fix maintenance typo
This commit is contained in:
parent
c57ec4fc2f
commit
9f9ac5a3b4
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ topLevel: {
|
||||||
};
|
};
|
||||||
maintenance = {
|
maintenance = {
|
||||||
repo = [
|
repo = [
|
||||||
"home/${username}/projects/nixpkgs"
|
"/home/${username}/projects/nixpkgs"
|
||||||
"home/${username}/projects/config"
|
"/home/${username}/projects/config"
|
||||||
];
|
];
|
||||||
strategy = "incremental";
|
strategy = "incremental";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue