Unverified Commit 73f3fe48 authored by r-vdp's avatar r-vdp
Browse files

nixos/activation: log output from pre-switch checks on stderr

parent 113dbd79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ let
      # pre-switch check ${name}
      if ! (
        ${text}
      ); then
        echo "Pre-switch check '${name}' failed"
      ) >&2 ; then
        echo "Pre-switch check '${name}' failed" >&2
        exit 1
      fi
    '') config.system.preSwitchChecks