diff --git a/overlays/testing.nix b/overlays/testing.nix index 61fa8b42..67a61fbb 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) (cat logFile)) + onException (command &> Append logFile &!> Append logFile) (say [i|Buildfailure for ${name} config for #{hostname}|] >> cat logFile)) say [i|Build of ${name} config for #{hostname} was successful.|] ''; in {