update stale explanation about CACHIX_NAME

This commit is contained in:
Jean-Paul Calderone 2023-03-26 20:05:35 -04:00
parent 51f763ca9e
commit ca7d60097c

View File

@ -512,9 +512,9 @@ executors:
- <<: *DOCKERHUB_AUTH - <<: *DOCKERHUB_AUTH
image: "nixos/nix:2.10.3" image: "nixos/nix:2.10.3"
environment: 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
# allows us to push to CACHIX_NAME. We only need this set for # to push to CACHIX_NAME. CACHIX_NAME tells cachix which cache to push
# `cachix use` in this step. # to.
CACHIX_NAME: "tahoe-lafs-opensource" CACHIX_NAME: "tahoe-lafs-opensource"
commands: commands: