1
0
Fork 0

Merge pull request 'SimpleSamlPHP: use concatLines' (!53) from concatlines into main

Reviewed-on: Drift/pvv-nixos-config#53
Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 02:46:01 +02:00
commit 5853e42c1b
1 changed files with 1 additions and 1 deletions

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 = ''