···107107 # Adds a result symlink as a GC root
108108 nix-store --realise "$toolPath" --add-root result
109109 - name: Running nixpkgs-check-by-name
110110+ env:
111111+ # Force terminal colors to be enabled. The library that
112112+ # nixpkgs-check-by-name uses respects: https://bixense.com/clicolors/
113113+ CLICOLOR_FORCE: 1
110114 run: |
111115 if result/bin/nixpkgs-check-by-name --base "$base" .; then
112116 exit 0