Skip to content

Commit c25bc7f

Browse files
committed
fix #127
1 parent 75d60d7 commit c25bc7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/continuous-integration-setup/gitlab.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ GitLab CI
1919
2020
2121
3. Follow `variables configuration tutorial <https://docs.gitlab.com/ee/ci/variables/#creating-a-custom-environment-variable>`_
22-
to export ``$CACHIX_AUTH_TOKEN``.
22+
to ``export CACHIX_AUTH_TOKEN=...``.

source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Using binaries with Nix
8989

9090
.. note::
9191

92-
For read access to private caches you'll also need to run ``cachix authtoken XXX`` or export `$CACHIX_AUTH_TOKEN`
92+
For read access to private caches you'll also need to run ``cachix authtoken XXX`` or `export CACHIX_AUTH_TOKEN=xxx`
9393
before invoking ``cachix use`` in order to configure :term:`access token`,
9494
to be used for authenticating using netrc file.
9595

0 commit comments

Comments
 (0)