From 6a15c09509ebdc1800a9f9559e42aa7c668eceba Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 23 Oct 2024 20:34:47 +0200 Subject: [PATCH] docs: add hint how to get CACHIX_AUTH_TOKEN --- docs/cachix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cachix.md b/docs/cachix.md index fe4c44dd..e89d82ae 100644 --- a/docs/cachix.md +++ b/docs/cachix.md @@ -5,7 +5,7 @@ URL: https://pub-solar.cachix.org Requirements: - [Install cachix](https://docs.cachix.org/installation) -- Optional: To push to the cache, you need to set `CACHIX_AUTH_TOKEN` in your environment +- Optional: To push to the cache, you need to set `CACHIX_AUTH_TOKEN` in your environment. To generate one for you, follow the [Getting Started](https://docs.cachix.org/getting-started#authenticating) docs and login with your GitHub account. - Add our binary cache [to your nix config](https://docs.cachix.org/faq#cachix-use-effects). To add the pub-solar cache, run: ```