From d210e96d180f68129beb97dff59d86b3ef1f39c7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 1 Oct 2020 10:48:54 +0200 Subject: [PATCH] Mark the launcher for upload --- garlic/stages/launcher.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/garlic/stages/launcher.nix b/garlic/stages/launcher.nix index 6f4e463..8b32d1e 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 ''; }