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