File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
continuous-integration-setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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=... ``.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments