forked from Drift/pvv-nixos-config
SimpleSamlPHP: use concatLines
This commit is contained in:
parent
53040bada1
commit
43d353190c
|
@ -29,7 +29,7 @@ php.buildComposerProject rec {
|
|||
mkdir -p $(dirname "${target_path}")
|
||||
cp -r "${source_path}" "${target_path}"
|
||||
''))
|
||||
(lib.concatStringsSep "\n")
|
||||
lib.concatLines
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in New Issue