SimpleSamlPHP: use concatLines #53

Merged
pederbs merged 1 commits from concatlines into main 2024-08-04 02:46:01 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ php.buildComposerProject rec {
mkdir -p $(dirname "${target_path}") mkdir -p $(dirname "${target_path}")
cp -r "${source_path}" "${target_path}" cp -r "${source_path}" "${target_path}"
'')) ''))
(lib.concatStringsSep "\n") lib.concatLines
]; ];
postInstall = '' postInstall = ''