diff --git a/overlays/testing.nix b/overlays/testing.nix index ef179276..39e63096 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -15,7 +15,7 @@ let bracket (decodeUtf8 <$> mktemp |> captureTrim) rm - \logFile -> onException (command &> Append logFile &!> Append logFile) (cat logFile) + (\logFile -> onException (command &> Append logFile &!> Append logFile) (cat logFile)) say [i|Build of ${name} config for #{hostname} was successful.|] ''; in {