Move Append pipe
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
newalan = pkgs.runCommand "New Alan Deployscript" {
|
||||
nativeBuildInputs = builtins.attrValues checks;
|
||||
} ''
|
||||
echo << 'DOC'
|
||||
echo <<'DOC' >> $out
|
||||
#!${pkgs.runtimeShell}
|
||||
export tmp=$(mktemp -d)
|
||||
pushd $tmp
|
||||
@@ -135,7 +135,7 @@ popd
|
||||
rm -rf $tmp
|
||||
echo Listing $tmp
|
||||
ls $tmp
|
||||
DOC >> $out
|
||||
DOC
|
||||
chmod +x $out
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user