From 9d246c3fea7df366aba7fa7250681a58587b9e7b Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Thu, 9 Mar 2023 23:09:28 -0500 Subject: [PATCH] cat not echo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c8dc638..755ad21 100644 --- a/flake.nix +++ b/flake.nix @@ -119,7 +119,7 @@ newalan = pkgs.runCommand "New Alan Deployscript" { nativeBuildInputs = builtins.attrValues checks; } '' - echo <<'DOC' >> $out + cat << 'DOC' >> $out #!${pkgs.runtimeShell} export tmp=$(mktemp -d) pushd $tmp