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
image: "nixos/nix:2.10.3"
environment:
# 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
# `cachix use` in this step.
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us
# to push to CACHIX_NAME. CACHIX_NAME tells cachix which cache to push
# to.
CACHIX_NAME: "tahoe-lafs-opensource"
commands: