1
0
Fork 0

SimpleSamlPHP: use concatLines

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 01:40:30 +02:00
parent 53040bada1
commit 43d353190c
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 = ''