Unverified Commit d118df3f authored by Jared Baur's avatar Jared Baur
Browse files

zig_0_13.hook: disable progress output

The progress output is not printed in a readable manner in a nix build.
Passing `--color off` disables it during builds.
parent 16cf220a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ makeSetupHook {
    zig_default_flags = [
      "-Dcpu=baseline"
      "--release=safe"
      "--color off" # Turn off progress output
    ];
  };