From 43d353190ca5c2a5a7283f693d08a6179ee242b8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 4 Aug 2024 01:40:30 +0200 Subject: [PATCH] SimpleSamlPHP: use concatLines --- packages/simplesamlphp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplesamlphp/default.nix b/packages/simplesamlphp/default.nix index 233f421..20715ea 100644 --- a/packages/simplesamlphp/default.nix +++ b/packages/simplesamlphp/default.nix @@ -29,7 +29,7 @@ php.buildComposerProject rec { mkdir -p $(dirname "${target_path}") cp -r "${source_path}" "${target_path}" '')) - (lib.concatStringsSep "\n") + lib.concatLines ]; postInstall = ''