diff --git a/garlic/stages/launcher.nix b/garlic/stages/launcher.nix index 6f4e4636..8b32d1ef 100644 --- a/garlic/stages/launcher.nix +++ b/garlic/stages/launcher.nix @@ -38,5 +38,8 @@ stdenv.mkDerivation { EOF chmod +x $out/bin/run + + # Mark the launcher for upload + touch $out/.upload-to-mn ''; }