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
Showing only changes of commit 43d353190c - Show all commits

View File

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