config file
parent
c38ae133e5
commit
1f8104c456
|
@ -46,8 +46,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
repo-clone.pkg = pkgs.writeText "${service}.conf" ''
|
repo-clone.pkg = pkgs.writeText "${service}.conf"
|
||||||
uwu
|
(
|
||||||
'';
|
lib.strings.concatStringsSep "\n"
|
||||||
|
(lib.attrsets.mapAttrsToList (target: settings: "${target} ${settings.url}") cfg.repos)
|
||||||
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue