From 7b201f435d7bf1727967625d8ea58fa631f4192a Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 26 Jun 2020 19:34:59 +0200 Subject: [PATCH] Fix error --- overlays/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index 67a61fbb..f3ad900e 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 &> Append logFile &!> Append logFile) (say [i|Buildfailure for ${name} config for #{hostname}|] >> cat logFile)) + onException (command &!> StdOut &> Append logFile) (say [i|Buildfailure for ${name} config for #{hostname}|] >> cat logFile)) say [i|Build of ${name} config for #{hostname} was successful.|] ''; in {