From 7d4db6b6de9af5d1e8dbdb76b270adf4aa126ae4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 7 Dec 2020 16:33:40 +0100 Subject: [PATCH] control: Exit on error This prevents srun from silently returning with an error, without actually queueing the job of a run. --- garlic/stages/control.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic/stages/control.nix b/garlic/stages/control.nix index e6efb7c..7e24b92 100644 --- a/garlic/stages/control.nix +++ b/garlic/stages/control.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { dontPatchShebangs = true; installPhase = '' cat > $out < status