diff --git a/flake.nix b/flake.nix index 30965d4..c8dc638 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ''; };