Use environment variables we expect most runners to have.

This commit is contained in:
Itamar Turner-Trauring 2022-03-18 11:40:30 -04:00
parent c632aa1de1
commit 9bcf241f10

View File

@ -398,6 +398,7 @@ jobs:
image: "nixos/nix:2.3.16" image: "nixos/nix:2.3.16"
environment: environment:
<<: *UTF_8_ENVIRONMENT
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and # CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and
# allows us to push to CACHIX_NAME. We only need this set for # allows us to push to CACHIX_NAME. We only need this set for
# `cachix use` in this step. # `cachix use` in this step.