Skip to content

Commit 5a4e037

Browse files
authored
Merge pull request #383 from nix-community/disable-clicolor_force-for-now-for-nix-build
disable CLICOLOR_FORCE for now for `nix build`
2 parents b246b70 + 831a626 commit 5a4e037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,8 @@ def nix_build_steps(
11511151
) -> list[steps.BuildStep]:
11521152
out_steps = [
11531153
NixBuildCommand(
1154-
env={"CLICOLOR_FORCE": "1"},
1154+
# TODO: we want this eventually once we are able to the internal json format
1155+
# env={"CLICOLOR_FORCE": "1"},
11551156
name="Build flake attr",
11561157
command=[
11571158
"nix",

0 commit comments

Comments
 (0)