reverse conf file direction: lazy-maxxing

main
Zynh Ludwig 2024-08-01 02:07:51 -07:00
parent 99acd3cec3
commit 6a43dfdcd8
1 changed files with 1 additions and 1 deletions

View File

@ -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));
};
}