From 5400bf32c5edee5b3c91e92d6934d911fcf506ea Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 26 Jun 2020 19:38:05 +0200 Subject: [PATCH] Improve error message --- overlays/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index f3ad900e..75dfb97b 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -17,7 +17,7 @@ let rm (\logFile -> do say [i|Trying to build ${name} config for #{hostname}. Logging to #{logFile}.|] - onException (command &!> StdOut &> Append logFile) (say [i|Buildfailure for ${name} config for #{hostname}|] >> cat logFile)) + onException (command &!> StdOut &> Append logFile) (say [i|### Build failure for ${name} config for #{hostname} ###|] >> cat logFile)) say [i|Build of ${name} config for #{hostname} was successful.|] ''; in {