From 6070f88f4f22f1be293463affe4d160364c40a12 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 1 Aug 2024 02:24:43 -0700 Subject: [PATCH] testing echo --- service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.nix b/service.nix index 320d34e..37e60ff 100644 --- a/service.nix +++ b/service.nix @@ -17,7 +17,7 @@ in script = writeShellScriptBin execName '' while IFS="" read -r p || [ -n "$p" ] do - printf '%s\n' "$p" + echo "$p" done < "${config.repo-clone.pkg}" ''; in