Commit 619b142a authored by apfelkuchen06's avatar apfelkuchen06
Browse files

nixos-rebuild: allow passing --log-format

This is benefitial when using nix-output-monitor.
parent 7021387b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ while [ "$#" -gt 0 ]; do
      --use-substitutes|-s)
        copyClosureFlags+=("$i")
        ;;
      -I|--max-jobs|-j|--cores|--builders)
      -I|--max-jobs|-j|--cores|--builders|--log-format)
        j="$1"; shift 1
        extraBuildFlags+=("$i" "$j")
        ;;