print lines of conf file
parent
6a43dfdcd8
commit
b8a2003a94
|
@ -15,8 +15,10 @@ in
|
||||||
let
|
let
|
||||||
execName = service;
|
execName = service;
|
||||||
script = writeShellScriptBin execName ''
|
script = writeShellScriptBin execName ''
|
||||||
echo "hello!"
|
while IFS="" read -r p || [ -n "$p" ]
|
||||||
echo "${config.repo-clone.pkg}"
|
do
|
||||||
|
printf '%s\n' "$p"
|
||||||
|
done < "${config.repo-clone.pkg}"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
"${script}/bin/${execName}";
|
"${script}/bin/${execName}";
|
||||||
|
|
Loading…
Reference in New Issue