reverse conf file direction: lazy-maxxing
This commit is contained in:
parent
99acd3cec3
commit
6a43dfdcd8
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ in
|
|||
|
||||
repo-clone.pkg = writeText "${service}.conf"
|
||||
(concatStringsSep "\n"
|
||||
(mapAttrsToList (target: settings: "${target} ${settings.url}") cfg.repos));
|
||||
(mapAttrsToList (target: settings: "${settings.url} ${target}") cfg.repos));
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue