mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-03 12:51:23 +02:00
SimpleSamlPHP: use concatLines
This commit is contained in:
parent
53040bada1
commit
43d353190c
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user